summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-07-19 10:18:43 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:08 -0500
commite0c5f20c47f99eb2ee0394a57681b6d5eddf9ef5 (patch)
treef1b840ddf3654e09e12ab7164a3f4509ecaf8d2a /gnu
parent9be59d7fd0d1a41abc6cbbc8bf8c65cb8031e7eb (diff)
gnu: baobab: Update to 3.32.0.
* gnu/packages/gnome.scm (baobab): Update to 3.32.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 27623fb217..2eadb37916 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6729,7 +6729,7 @@ files.")
(define-public baobab
(package
(name "baobab")
- (version "3.30.0")
+ (version "3.32.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -6738,7 +6738,7 @@ files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kx721s1hhw1g0nvbqhb93g8iq6f852imyhfhl02zcqy4ipx0kay"))))
+ "0b33s9bhpiffv5wl76cq2bbnqhvx3qs2vxyxmil5gcs583llqh9r"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t))