diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-04-18 20:18:13 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-04-18 20:18:13 -0400 |
commit | 9be54b1507fc49db2610bdfb1497eae9c51b7c1c (patch) | |
tree | 4ac38f8e2de6bf90f3a3333db08cff5e134a3cfc /gnu | |
parent | 29548d26e33282b9ff1c1f1e3aae0a06e0285812 (diff) |
gnu: baobab: Update to 3.24.0.
* gnu/packages/gnome.scm (baobab): Update to 3.24.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e46f35a38b..96dcbda72e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5236,7 +5236,7 @@ files.") (define-public baobab (package (name "baobab") - (version "3.22.1") + (version "3.24.0") (source (origin (method url-fetch) (uri (string-append @@ -5245,7 +5245,7 @@ files.") name "-" version ".tar.xz")) (sha256 (base32 - "1zwpzj6hbvcyw1ymqzn3zw8w4h29ad7411crbkbh71c8jwbwpssv")))) + "0gzwzn8p0agidjq3wnkxcsny6jhqph3yqscqjqd7blgkz5nyk02r")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool) |