guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: marco: Update to 1.24.1.


From: guix-commits
Subject: 05/14: gnu: marco: Update to 1.24.1.
Date: Mon, 10 Aug 2020 23:21:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2b00bf24598e5402e9109b88a149bc66b33ce53a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 04:41:53 2020 +0200

    gnu: marco: Update to 1.24.1.
    
    * gnu/packages/mate.scm (marco): Update to 1.24.1.
---
 gnu/packages/mate.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8afd3be..f28ef99 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1014,15 +1014,14 @@ of various aspects of your desktop.")
 (define-public marco
   (package
     (name "marco")
-    (version "1.24.0")
+    (version "1.24.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32
-         "0hcbyv8czymhwz5q9rwig7kkhlhik6y080bls736f3wsbqnnirc2"))))
+        (base32 "109b41pjrc1b4slw6sx1lakdhrc46x829vczzk4bz3j15kcszg54"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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