me
/
guix
Archived
1
0
Fork 0

gnu: mate-calc: Update to 1.24.0.

* gnu/packages/mate.scm (mate-calc): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Jonathan Brielmaier 2020-03-30 15:22:03 +02:00 committed by Ludovic Courtès
parent 204deed748
commit b30b55b3ee
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1097,7 +1097,7 @@ sessions, panels, menus, file management, and preferences.")
(define-public mate-calc
(package
(name "mate-calc")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
@ -1105,7 +1105,7 @@ sessions, panels, menus, file management, and preferences.")
name "-" version ".tar.xz"))
(sha256
(base32
"1njk6v7z3969ikvcrabr1lw5f5572vb14w064zm3mydj8cc5inlr"))))
"0f7hc1gg41kcwcyvsqqg79qylrp0qqymris8qizk2x3cfvvg7261"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)