gnu: mate-calc: Update to 1.24.1.
* gnu/packages/mate.scm (mate-calc): Update to 1.24.1. [source]: Hard-code NAME.master
parent
e2a67c0178
commit
4d0737140b
|
@ -1081,15 +1081,14 @@ sessions, panels, menus, file management, and preferences.")
|
||||||
(define-public mate-calc
|
(define-public mate-calc
|
||||||
(package
|
(package
|
||||||
(name "mate-calc")
|
(name "mate-calc")
|
||||||
(version "1.24.0")
|
(version "1.24.1")
|
||||||
(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) "/"
|
||||||
name "-" version ".tar.xz"))
|
"mate-calc-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0imdimq5d5rjq8mkjcrsd683a2bn9acmhc0lmvyw71y0040inbaw"))))
|
||||||
"0f7hc1gg41kcwcyvsqqg79qylrp0qqymris8qizk2x3cfvvg7261"))))
|
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Reference in New Issue