From 24c91e2fbcbc50c4f4d271a1fa5bea6e61a47d66 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Mon, 22 Aug 2016 21:49:55 +0800 Subject: gnu: gnumeric: Update to 1.12.32. * gnu/packages/gnome.scm (gnumeric): Update to 1.12.32. --- gnu/packages/gnome.scm | 4 ++-- 1 file 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 @@ (define-public goffice-0.8 (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 @@ (define-public gnumeric name "-" version ".tar.xz")) (sha256 (base32 - "1rvadlgikklwb6rccqc3rlhqv3m9qx27rchm7znxr062fn7fgb68")))) + "1s3dxvdwzmppsp2dfg90rccilf4hknhwjdy7lazr9sys58zchyx0")))) (build-system gnu-build-system) (arguments `(;; The gnumeric developers don't worry much about failing tests. -- cgit v1.2.3