guix-commits
[Top][All Lists]
Advanced

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

13/31: gnu: marco: Update to 1.28.1


From: guix-commits
Subject: 13/31: gnu: marco: Update to 1.28.1
Date: Sat, 10 Aug 2024 09:21:43 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit bd43c75746553c5af05b00779bf0e12575029d76
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jul 11 00:57:44 2024 -0700

    gnu: marco: Update to 1.28.1
    
    * gnu/packages/mate.scm (marco): Update to 1.28.1.
    
    Change-Id: Iac0f89a980a0e4a49a4b3bff4e9e82815357dee5
    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 adcd808ba8..b1b75002ea 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -970,14 +970,14 @@ of various aspects of your desktop.")
 (define-public marco
   (package
     (name "marco")
-    (version "1.26.2")
+    (version "1.28.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "18q71r4bkrldscp414qm0457i0jnk841wwc490qg0whhzraa5w8j"))))
+        (base32 "1qf219zmg6m1kf6xlx66h65yq3gxz3hc6fj995lcv0791vjfb5i4"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list pkg-config



reply via email to

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