diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 10:22:15 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:44 +0800 |
commit | 758da0fe8eb2a03431f37816e1d578bf72c21940 (patch) | |
tree | 197daa66044456bf52b9e936ffeb55e54ceb7f70 /gnu/packages/gnome.scm | |
parent | 82ab76474d73a9c3e2d5b4ca8600e1f23885d277 (diff) | |
download | patches-758da0fe8eb2a03431f37816e1d578bf72c21940.tar patches-758da0fe8eb2a03431f37816e1d578bf72c21940.tar.gz |
gnu: baobab: Update to 3.20.1.
* gnu/packages/gnome.scm (baobab): Update to 3.20.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 1b6b165316..00a445a0e9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4759,7 +4759,7 @@ files.") (define-public baobab (package (name "baobab") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append @@ -4768,7 +4768,7 @@ files.") name "-" version ".tar.xz")) (sha256 (base32 - "01vxc9z87i2dsvydm6p1sh4m7bpbggy70q9bx6pxz707hyr6bpaw")))) + "07wx4jb3nmipd4caybv21hl8h0gb282qc5a24b731mxhfqmg3pz9")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool) |