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

gnu: mate-utils: Update to 1.22.0.

* gnu/packages/mate.scm (mate-utils): Update to 1.22.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Guy fleury 2019-04-03 14:32:05 +02:00 committed by Danny Milosavljevic
parent d3440c5313
commit 24eee2c025
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1228,7 +1228,7 @@ can be used as backgrounds in the MATE Desktop environment.")
(define-public mate-utils
(package
(name "mate-utils")
(version "1.18.2")
(version "1.22.0")
(source
(origin
(method url-fetch)
@ -1237,7 +1237,7 @@ can be used as backgrounds in the MATE Desktop environment.")
name "-" version ".tar.xz"))
(sha256
(base32
"0wr395dqfigj19ps0d76ycgwfljl9xxgs1a1g5wx6kcz5mvhzn5v"))))
"0kz95hicjksgkwaj83fdp2rnaygfgjbj0jsnwy4n0lj5q90j7r28"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)