diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 21:49:55 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:56 +0800 |
commit | 24c91e2fbcbc50c4f4d271a1fa5bea6e61a47d66 (patch) | |
tree | de884547e8b16444b80cdb04db25838ea76afddc | |
parent | 1d927ccd9a3b309f430f73eaa60268dcecc6cb12 (diff) | |
download | guix-24c91e2fbcbc50c4f4d271a1fa5bea6e61a47d66.tar guix-24c91e2fbcbc50c4f4d271a1fa5bea6e61a47d66.tar.gz |
gnu: gnumeric: Update to 1.12.32.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.32.
-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 36b5669752..fa0ba09691 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1603,7 +1603,7 @@ Hints specification (EWMH).") (define-public gnumeric (package (name "gnumeric") - (version "1.12.31") + (version "1.12.32") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1611,7 +1611,7 @@ Hints specification (EWMH).") name "-" version ".tar.xz")) (sha256 (base32 - "1rvadlgikklwb6rccqc3rlhqv3m9qx27rchm7znxr062fn7fgb68")))) + "1s3dxvdwzmppsp2dfg90rccilf4hknhwjdy7lazr9sys58zchyx0")))) (build-system gnu-build-system) (arguments `(;; The gnumeric developers don't worry much about failing tests. |