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

gnu: mate-control-center: Update to 1.22.0.

* gnu/packages/mate.scm (mate-control-center): 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:26 +02:00 committed by Danny Milosavljevic
parent 4373626b5a
commit 0e4c492d4d
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -908,7 +908,7 @@ icons on the MATE desktop. It works on local and remote file systems.")
(define-public mate-control-center
(package
(name "mate-control-center")
(version "1.18.2")
(version "1.22.0")
(source
(origin
(method url-fetch)
@ -917,7 +917,7 @@ icons on the MATE desktop. It works on local and remote file systems.")
name "-" version ".tar.xz"))
(sha256
(base32
"0flnn0h8f5aqyccwrlv7qxchvr3kqmlfdga6wq28d55zkpv5m7dl"))))
"06wpfsxsiv7w3dl7p395r5vcxqbjlllydqbnvbr6yn0lrac15i71"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)