guix-commits
[Top][All Lists]
Advanced

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

13/22: gnu: mate-calc: Update to 1.24.1.


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

nckx pushed a commit to branch master
in repository guix.

commit 4d0737140beb61051aa540154ebbbd3df218eac2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 04:00:23 2020 +0200

    gnu: mate-calc: Update to 1.24.1.
    
    * gnu/packages/mate.scm (mate-calc): 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 92b9d21..1d5cec3 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -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)



reply via email to

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