guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#34736] [PATCH 05/31] gnu: mate-desktop: Update to 1.20.4


From: guy fleury iteriteka
Subject: [bug#34736] [PATCH 05/31] gnu: mate-desktop: Update to 1.20.4
Date: Mon, 4 Mar 2019 12:18:51 +0100

---
 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 39e66ac..85a5be4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -183,7 +183,7 @@ themes for both gtk+-2 and gtk+-3.")
 (define-public mate-desktop
   (package
     (name "mate-desktop")
-    (version "1.18.0")
+    (version "1.20.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://pub.mate-desktop.org/releases/";
@@ -191,7 +191,7 @@ themes for both gtk+-2 and gtk+-3.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "12iv2y4dan962fs7vkkxbjkp77pbvjnwfa43ggr0zkdsc3ydjbbg"))))
+                "073hn68f57ahif0znbx850x6ncsq50m7jg0sy1mllxjjqf3b1fxr"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]