[bug#35106,19/31] gnu: mate-control-center: Update to 1.22.0.

Message ID 20190402172638.1433-20-hoonandon@gmail.com
State Accepted
Headers show
Series Update MATE desktop to 1.22 | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

guy fleury iteriteka April 2, 2019, 5:26 p.m. UTC
* gnu/packages/mate.scm (mate-control-center): Update to 1.22.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 163b5d7..52bc9be 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -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)