gnu: mate-menus: Update to 1.24.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 19 Aug 2020 02:00:11 +0000 (04:00 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 19 Aug 2020 02:24:23 +0000 (04:24 +0200)
* gnu/packages/mate.scm (mate-menus): Update to 1.24.1.
[source]: Hard-code NAME.

gnu/packages/mate.scm

index 551f74a..beffffb 100644 (file)
@@ -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