3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: baobab: Update to 3.26.1.

* gnu/packages/gnome.scm (baobab): Update to 3.26.1.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-15 12:58:17 +02:00
parent 96acbc2be8
commit 0367c89dd4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5709,7 +5709,7 @@ files.")
(define-public baobab
(package
(name "baobab")
(version "3.24.0")
(version "3.26.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -5718,7 +5718,7 @@ files.")
name "-" version ".tar.xz"))
(sha256
(base32
"0gzwzn8p0agidjq3wnkxcsny6jhqph3yqscqjqd7blgkz5nyk02r"))))
"0zkqxyqyxd6j270jf5hbcrb3yh4k31ddh40v4cjhgngm8mcsnnbs"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)