guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: gfbgraph: Update to 0.2.4.


From: guix-commits
Subject: 03/04: gnu: gfbgraph: Update to 0.2.4.
Date: Fri, 14 Aug 2020 22:41:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 556e33c80548c014ab1e277a2404d5b6bea1db8a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 15 03:19:35 2020 +0200

    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.
---
 gnu/packages/gnome.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6c7406d..dffcd69 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8643,7 +8643,7 @@ compiled.")
 (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 @@ compiled.")
                     "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 @@ compiled.")
     (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]