kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit b76506ec9a68d1d1227d54cf1fafc8caf0628ef9
Author: Kei Kebreau <[email protected]>
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 6d7155d..cacdda7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7509,7 +7509,7 @@ files.")
(define-public baobab
(package
(name "baobab")
- (version "3.32.0")
+ (version "3.34.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -7518,7 +7518,7 @@ files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0b33s9bhpiffv5wl76cq2bbnqhvx3qs2vxyxmil5gcs583llqh9r"))))
+ "01w6m5ylyqs4wslpjn1hg6n6ynwh3rghksak0qs8r9m6dm3dkss6"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t))