gnu: gnumeric: Update to 1.12.28.

* gnu/packages/gnome.scm (gnumeric): Update to 1.12.28.
This commit is contained in:
宋文武 2016-04-06 21:15:37 +08:00 committed by Ludovic Courtès
parent 9d0c56e658
commit b50e65593f
1 changed files with 2 additions and 2 deletions

View File

@ -1547,7 +1547,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
(version "1.12.24")
(version "1.12.28")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -1555,7 +1555,7 @@ Hints specification (EWMH).")
name "-" version ".tar.xz"))
(sha256
(base32
"0lcm8k0jb8rd5y4ii803f21nv8rx6gc3mmdlrj5h0rkkn9qm57f5"))))
"1fsdp7r6fhc0m3fb4ly4xwh83v3hp2zrv9d0713g4lcy709svm02"))))
(build-system gnu-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.