aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-09 16:16:47 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-09 16:18:20 +0200
commit597ab33d6ba19a8754da265e6b19ba6ad69d0144 (patch)
treee97999bf04c24c79045a60f3c9d5643b198d129e
parent0cece1b50223fe4f4dc3b35a392f5ccf0cb35608 (diff)
downloadguix-597ab33d6ba19a8754da265e6b19ba6ad69d0144.tar
guix-597ab33d6ba19a8754da265e6b19ba6ad69d0144.tar.gz
gnu: gnumeric: Update to 1.12.45.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.45.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5ca4a0d517..d8af1408c2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2115,7 +2115,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
- (version "1.12.44")
+ (version "1.12.45")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnumeric/"
@@ -2123,7 +2123,7 @@ Hints specification (EWMH).")
"gnumeric-" version ".tar.xz"))
(sha256
(base32
- "0147962c6ybdsj57rz95nla0rls7g545wc2n7pz59zmzyd5pksk0"))))
+ "0c8dl1kvnj3g32qy3s92qpqpqfy0in59cx005gjvvzsflahav61h"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.