diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 04:24:11 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:34:25 -0500 |
commit | 3edeaeb229955fca839e11e98272070239e756d2 (patch) | |
tree | c469af8489d87c3562bec8a1f79cb42cc19f45b1 /gnu/packages/gnome.scm | |
parent | 7d04b13c14969a0020fb61190262aa3b0d75d87b (diff) | |
download | gnu-guix-3edeaeb229955fca839e11e98272070239e756d2.tar gnu-guix-3edeaeb229955fca839e11e98272070239e756d2.tar.gz |
gnu: baobab: Update to 3.22.1.
* gnu/packages/gnome.scm (baobab): Update to 3.22.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 00e7a90eee..ec316feffc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4965,7 +4965,7 @@ files.") (define-public baobab (package (name "baobab") - (version "3.20.1") + (version "3.22.1") (source (origin (method url-fetch) (uri (string-append @@ -4974,7 +4974,7 @@ files.") name "-" version ".tar.xz")) (sha256 (base32 - "07wx4jb3nmipd4caybv21hl8h0gb282qc5a24b731mxhfqmg3pz9")))) + "1zwpzj6hbvcyw1ymqzn3zw8w4h29ad7411crbkbh71c8jwbwpssv")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool) |