mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mate-calc: Update to 1.24.1.
* gnu/packages/mate.scm (mate-calc): Update to 1.24.1. [source]: Hard-code NAME.
This commit is contained in:
parent
e2a67c0178
commit
4d0737140b
1 changed files with 3 additions and 4 deletions
|
@ -1081,15 +1081,14 @@ (define-public mate-user-guide
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue