guix-commits
[Top][All Lists]
Advanced

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

01/32: gnu: mate-desktop: Update to 1.26.1.


From: guix-commits
Subject: 01/32: gnu: mate-desktop: Update to 1.26.1.
Date: Sat, 22 Jul 2023 04:47:36 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 1c814ec90b048809c521f73357c4aa75bffc6c59
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 15 10:35:03 2023 -0700

    gnu: mate-desktop: Update to 1.26.1.
    
    * gnu/packages/mate.scm (mate-desktop): Update to 1.26.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 4874aaf7f9..56a60d693b 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -221,14 +221,14 @@ themes for both gtk+-2 and gtk+-3.")
 (define-public mate-desktop
   (package
     (name "mate-desktop")
-    (version "1.24.1")
+    (version "1.26.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "mate-desktop-" version ".tar.xz"))
        (sha256
-        (base32 "1nd1dn8mm1z6x4r68a25q4vzys1a6fmbzc94ss1z1n1872pczs6i"))))
+        (base32 "04d2h1y5v225xzwsrf57cy281fr1k3rx70akjdhbs6mc4y56dl8j"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config



reply via email to

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