gnu: mate-polkit: Update to 1.22.0.

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

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
guy fleury iteriteka 2019-04-02 19:26:37 +02:00 committed by Danny Milosavljevic
parent 4e5b1221e7
commit 1e4999de71
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1478,7 +1478,7 @@ (define-public mate-system-monitor
(define-public mate-polkit
(package
(name "mate-polkit")
(version "1.18.1")
(version "1.22.0")
(source
(origin
(method url-fetch)
@ -1487,7 +1487,7 @@ (define-public mate-polkit
name "-" version ".tar.xz"))
(sha256
(base32
"15vf2hnyjg8zsw3iiwjwi497yygkmvpnn6w1hik7dfw4a621w0gc"))))
"02r8n71xflhvw2hsf6g4svdahzyg3r4n6xamasyzqfhyn0mqmjy0"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)