gnu: baobab: Update to 3.20.0.

* gnu/packages/gnome.scm (baobab): Update to 3.20.0.
This commit is contained in:
宋文武 2016-04-07 11:01:57 +08:00 committed by Ludovic Courtès
parent 32758e9d75
commit 002835010c
1 changed files with 2 additions and 2 deletions

View File

@ -4749,7 +4749,7 @@ files.")
(define-public baobab (define-public baobab
(package (package
(name "baobab") (name "baobab")
(version "3.18.1") (version "3.20.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -4758,7 +4758,7 @@ files.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1da4bdkw5bnxansl1xr4lb03d6f4h0a0qaba8i3p3rwhcd191b62")))) "01vxc9z87i2dsvydm6p1sh4m7bpbggy70q9bx6pxz707hyr6bpaw"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)