diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-06 21:15:37 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | b50e65593f959e2d42c49bbb72dcabddb2de8721 (patch) | |
tree | 9bbe0ddbc4af626fdc64eee51908fd9f3294a39e /gnu/packages | |
parent | 9d0c56e65803579705198977c540364ed1be6620 (diff) | |
download | guix-b50e65593f959e2d42c49bbb72dcabddb2de8721.tar.gz guix-b50e65593f959e2d42c49bbb72dcabddb2de8721.zip |
gnu: gnumeric: Update to 1.12.28.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.28.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index de437d2c9d..85bea97825 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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. |