guix-commits
[Top][All Lists]
Advanced

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

03/34: gnu: mate-desktop: Update to 1.24.0.


From: guix-commits
Subject: 03/34: gnu: mate-desktop: Update to 1.24.0.
Date: Thu, 2 Apr 2020 10:07:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ea5b0a6fffa49a77cc020e553b49d8f06848229c
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Mon Mar 30 15:21:47 2020 +0200

    gnu: mate-desktop: Update to 1.24.0.
    
    * gnu/packages/mate.scm (mate-desktop): Update to 1.24.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 6119342..31881a9 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -221,7 +221,7 @@ themes for both gtk+-2 and gtk+-3.")
 (define-public mate-desktop
   (package
     (name "mate-desktop")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -229,7 +229,7 @@ themes for both gtk+-2 and gtk+-3.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "09gn840p6qds21kxab4pidjd53g76s76i7178fdibrz462mda217"))))
+         "0l4bbj6nz315s5ndq5sw1jcgi3s1whk59bj12c4mbpsvmlb33adg"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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