guix-commits
[Top][All Lists]
Advanced

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

04/60: gnu: baobab: Update to 3.34.0.


From: guix-commits
Subject: 04/60: gnu: baobab: Update to 3.34.0.
Date: Sat, 25 Jan 2020 14:46:58 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit dda2e25d2821ed65dbd2a92a5cee586d353e451d
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Dec 14 14:10:18 2019 -0500

    gnu: baobab: Update to 3.34.0.
    
    * gnu/packages/gnome.scm (baobab): Update to 3.34.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 244964e..9eb8662 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7605,7 +7605,7 @@ files.")
 (define-public baobab
   (package
     (name "baobab")
-    (version "3.32.0")
+    (version "3.34.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7614,7 +7614,7 @@ files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0b33s9bhpiffv5wl76cq2bbnqhvx3qs2vxyxmil5gcs583llqh9r"))))
+                "01w6m5ylyqs4wslpjn1hg6n6ynwh3rghksak0qs8r9m6dm3dkss6"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t))



reply via email to

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