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>
This commit is contained in:
Andy Tai 2024-07-11 00:57:47 -07:00 committed by 宋文武
parent 88d70dc1cd
commit d74357e815
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1068,14 +1068,14 @@ (define-public mate-user-guide
(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))