gnu: gfbgraph: Update to 0.2.4.

* gnu/packages/gnome.scm (gfbgraph): Update to 0.2.4.
[native-inputs]: Add autoconf, automake, libtool, and which.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-15 03:19:35 +02:00
parent 492ad09f41
commit 556e33c805
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8643,7 +8643,7 @@ (define-public folks
(define-public gfbgraph
(package
(name "gfbgraph")
(version "0.2.3")
(version "0.2.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -8652,7 +8652,7 @@ (define-public gfbgraph
"gfbgraph-" version ".tar.xz"))
(sha256
(base32
"1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs"))))
"0yck7dwvjk16a52nafjpi0a39rxwmg0w833brj45acz76lgkjrb0"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:tests? #f ; tests appear to require the network
@ -8662,7 +8662,13 @@ (define-public gfbgraph
(native-inputs
`(("gobject-introspection" ,gobject-introspection)
("gtk-doc" ,gtk-doc)
("pkg-config" ,pkg-config)))
("pkg-config" ,pkg-config)
;; The 0.2.4 release tarball isn't bootstrapped.
("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)
("which" ,which)))
(inputs
`(("json-glib" ,json-glib)
("gnome-online-accounts:lib" ,gnome-online-accounts "lib")