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

gnu/packages/mate.scm

index 92b9d21..1d5cec3 100644 (file)
@@ -1081,15 +1081,14 @@ sessions, panels, menus, file management, and preferences.")
 (define-public mate-calc
   (package
     (name "mate-calc")
-    (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-calc-" version ".tar.xz"))
        (sha256
-        (base32
-         "0f7hc1gg41kcwcyvsqqg79qylrp0qqymris8qizk2x3cfvvg7261"))))
+        (base32 "0imdimq5d5rjq8mkjcrsd683a2bn9acmhc0lmvyw71y0040inbaw"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)