mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
4e5b1221e7
commit
1e4999de71
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue