summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 12:38:14 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 12:50:21 +0100
commitf0517b5d016f75df402bdd258f9350bcd414722a (patch)
treebc199de9c2cc29e01d3277448e56350ad4a1e89c /gnu/packages/gnome.scm
parent3aa3ad60175ff7fb31b071f7f956cf8f61632ba1 (diff)
downloadpatches-f0517b5d016f75df402bdd258f9350bcd414722a.tar
patches-f0517b5d016f75df402bdd258f9350bcd414722a.tar.gz
gnu: gnumeric: Update to 1.12.46.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.46.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 086816a66a..ad23d79660 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2134,7 +2134,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
- (version "1.12.45")
+ (version "1.12.46")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnumeric/"
@@ -2142,7 +2142,7 @@ Hints specification (EWMH).")
"gnumeric-" version ".tar.xz"))
(sha256
(base32
- "0c8dl1kvnj3g32qy3s92qpqpqfy0in59cx005gjvvzsflahav61h"))))
+ "1qdmw2dp7rmq8fmjapgwaks7ajh270wm6kyvlxlzwbgmg8vngp4z"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.