rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 9c257784b63b313a553a58847336817a94d5569c
Author: Ricardo Wurmus <[email protected]>
Date: Tue Dec 4 05:09:27 2018 +0100
gnu: gnumeric: Update to 1.12.44.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.44.
---
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 20e63bc..1f32638 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1934,7 +1934,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
- (version "1.12.41")
+ (version "1.12.44")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1942,7 +1942,7 @@ Hints specification (EWMH).")
name "-" version ".tar.xz"))
(sha256
(base32
- "0sarasmvx9rqdxj5wpb03ziyzd2w1k8cpn4mf99himxnnxjydxk6"))))
+ "0147962c6ybdsj57rz95nla0rls7g545wc2n7pz59zmzyd5pksk0"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.