guix-commits
[Top][All Lists]
Advanced

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

08/22: gnu: mate-menus: Update to 1.24.1.


From: guix-commits
Subject: 08/22: gnu: mate-menus: Update to 1.24.1.
Date: Tue, 18 Aug 2020 22:25:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 723e99faba77d8b8efbad4c531453b8686ffc1ac
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 04:00:11 2020 +0200

    gnu: mate-menus: Update to 1.24.1.
    
    * gnu/packages/mate.scm (mate-menus): Update to 1.24.1.
    [source]: Hard-code NAME.
---
 gnu/packages/mate.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 551f74a..beffffb 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -488,15 +488,14 @@ MATE desktop environment.")
 (define-public mate-menus
   (package
     (name "mate-menus")
-    (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"))
+                           "mate-menus-" version ".tar.xz"))
        (sha256
-        (base32
-         "1vv4j38h7mrbfrsj99k25z6y7b5dg30fzd2qnhk7pl8ca8s1jhrd"))))
+        (base32 "17zc9fn14jykhn30z8iwlw0qwk32ivj6gxgww3xrqvqk0da5yaas"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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