mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
88d70dc1cd
commit
d74357e815
1 changed files with 2 additions and 2 deletions
|
@ -1068,14 +1068,14 @@ (define-public mate-user-guide
|
||||||
(define-public mate-calc
|
(define-public mate-calc
|
||||||
(package
|
(package
|
||||||
(name "mate-calc")
|
(name "mate-calc")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||||
"mate-calc-" version ".tar.xz"))
|
"mate-calc-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mddfh9ixhh60nfgx5kcprcl9liavwqyina11q3pnpfs3n02df3y"))))
|
(base32 "1x98wsjssmbkxqvl95xgp5r99cdq5adxl5pq9bkv2r183rfi4jw0"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal intltool pkg-config yelp-tools))
|
(list gettext-minimal intltool pkg-config yelp-tools))
|
||||||
|
|
Loading…
Reference in a new issue