diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-08-17 18:12:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-08-18 01:56:37 +0200 |
commit | 1daac1e488f5f69f753e4d291f1079465d13f6f4 (patch) | |
tree | f9442ef59244677c3fbdaebf0af24712794ca6a5 | |
parent | cde2506f9db3bb649605c04b548e91c0cfd2c924 (diff) | |
download | guix-1daac1e488f5f69f753e4d291f1079465d13f6f4.tar guix-1daac1e488f5f69f753e4d291f1079465d13f6f4.tar.gz |
gnu: gnumeric: Update to 1.12.31.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.31.
-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 cb3d507183..af5191fd48 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1588,7 +1588,7 @@ Hints specification (EWMH).") (define-public gnumeric (package (name "gnumeric") - (version "1.12.28") + (version "1.12.31") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1596,7 +1596,7 @@ Hints specification (EWMH).") name "-" version ".tar.xz")) (sha256 (base32 - "1fsdp7r6fhc0m3fb4ly4xwh83v3hp2zrv9d0713g4lcy709svm02")))) + "1rvadlgikklwb6rccqc3rlhqv3m9qx27rchm7znxr062fn7fgb68")))) (build-system gnu-build-system) (arguments `(;; The gnumeric developers don't worry much about failing tests. |