mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: mate-polkit: Update to 1.28.1.
* gnu/packages/mate.scm (mate-polkit): Update to 1.28.1. Change-Id: I479e7342ca616b3a7c57bb94beaf38c1452e97cf Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
5eae0c66c2
commit
1ea6da5ef2
1 changed files with 2 additions and 2 deletions
|
@ -1473,7 +1473,7 @@ (define-public mate-system-monitor
|
||||||
(define-public mate-polkit
|
(define-public mate-polkit
|
||||||
(package
|
(package
|
||||||
(name "mate-polkit")
|
(name "mate-polkit")
|
||||||
(version "1.26.1")
|
(version "1.28.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1481,7 +1481,7 @@ (define-public mate-polkit
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mq3a9ab4fxpkah6c5p7a0zsy8cixfc5j9030k204cy5vysv1dzm"))))
|
"1s2ac2p5smiwr7lf4snciyb9waclychjmzrw32f2qspdm381s2im"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal gtk-doc intltool libtool pkg-config))
|
(list gettext-minimal gtk-doc intltool libtool pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue