mbakke pushed a commit to branch staging
in repository guix.

commit fcbf05f9a217359ba0269037a5989a51393c2647
Author: Marius Bakke <[email protected]>
Date:   Wed May 24 20:05:43 2017 +0200

    gnu: mate-themes: Update to 3.22.11.
    
    * gnu/packages/mate.scm (mate-themes): Update to 3.22.11.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index c8c7c63..a39cd25 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -61,7 +61,7 @@
 (define-public mate-themes
   (package
     (name "mate-themes")
-    (version "3.22.10")
+    (version "3.22.11")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"http://pub.mate-desktop.org/releases/themes/";
@@ -69,7 +69,7 @@
                                   version ".tar.xz"))
               (sha256
                (base32
-                "03ficjfxa4qpx4vcshhk2zxryivckxpw7wcjgbn8xqnjk3lgzjcb"))))
+                "1gfa1cny3q68y139m96iz8haiik6ygad5613gx0m4wd9hi5scafm"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)

Reply via email to