diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-07 11:01:57 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | 002835010c2544f613b7103218b241a5afe38c6c (patch) | |
tree | ce40850c5a6f5361d5e27ba397639af1cbd968d0 /gnu | |
parent | 32758e9d755038c87770871dce50f9c0063daa21 (diff) | |
download | patches-002835010c2544f613b7103218b241a5afe38c6c.tar patches-002835010c2544f613b7103218b241a5afe38c6c.tar.gz |
gnu: baobab: Update to 3.20.0.
* gnu/packages/gnome.scm (baobab): Update to 3.20.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 23ba330184..2674f7b169 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4749,7 +4749,7 @@ files.") (define-public baobab (package (name "baobab") - (version "3.18.1") + (version "3.20.0") (source (origin (method url-fetch) (uri (string-append @@ -4758,7 +4758,7 @@ files.") name "-" version ".tar.xz")) (sha256 (base32 - "1da4bdkw5bnxansl1xr4lb03d6f4h0a0qaba8i3p3rwhcd191b62")))) + "01vxc9z87i2dsvydm6p1sh4m7bpbggy70q9bx6pxz707hyr6bpaw")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool) |