me
/
guix
Archived
1
0
Fork 0

gnu: gnumeric: Update to 1.12.52.

* gnu/packages/gnome.scm (gnumeric): Update to 1.12.52.
master
Tobias Geerinckx-Rice 2022-05-29 02:00:02 +02:00
parent 8c07ffe249
commit 33f5cf1a8d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4133,7 +4133,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
(version "1.12.50")
(version "1.12.52")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnumeric/"
@ -4141,7 +4141,7 @@ Hints specification (EWMH).")
"gnumeric-" version ".tar.xz"))
(sha256
(base32
"1f0lrj5msg80pgjp38jj6rddf352gwddgip7z4lki66n3fx1k23m"))))
"0fw201j0sks95wgvns3vydgprhwf6z4v4xb2a0ldi892k8277kvk"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.