guix-commits
[Top][All Lists]
Advanced

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

16/31: gnu: mate-calc: Update to 1.28.0.


From: guix-commits
Subject: 16/31: gnu: mate-calc: Update to 1.28.0.
Date: Sat, 10 Aug 2024 09:21:44 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit d74357e815f5dd3ad57ecc763af5859be862d2eb
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jul 11 00:57:47 2024 -0700

    gnu: mate-calc: Update to 1.28.0.
    
    * gnu/packages/mate.scm (mate-calc): Update to 1.28.0.
    
    Change-Id: I2b98ae286504380c8078b771d424b3cb484c0053
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ac90e2f22c..a552bd8140 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1068,14 +1068,14 @@ sessions, panels, menus, file management, and 
preferences.")
 (define-public mate-calc
   (package
     (name "mate-calc")
-    (version "1.26.0")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "mate-calc-" version ".tar.xz"))
        (sha256
-        (base32 "0mddfh9ixhh60nfgx5kcprcl9liavwqyina11q3pnpfs3n02df3y"))))
+        (base32 "1x98wsjssmbkxqvl95xgp5r99cdq5adxl5pq9bkv2r183rfi4jw0"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list gettext-minimal intltool pkg-config yelp-tools))



reply via email to

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