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
1 changed files with 2 additions and 2 deletions

View File

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