diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 20:39:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 21:29:21 +0100 |
commit | f1f0390d4b1d196c4a2a25577f4c27471a1008c4 (patch) | |
tree | 612322eea0ce0de06ec432f3fd21a76bf8fe1f6a /gnu | |
parent | b7fd0217e0dd70a9816d2ff5e684f6e7aaf9ca25 (diff) | |
download | patches-f1f0390d4b1d196c4a2a25577f4c27471a1008c4.tar patches-f1f0390d4b1d196c4a2a25577f4c27471a1008c4.tar.gz |
gnu: gnumeric: Update to 1.12.44.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.44.
Diffstat (limited to 'gnu')
-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 bfe62ccd45..a01a20cfe1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2004,7 +2004,7 @@ Hints specification (EWMH).") (define-public gnumeric (package (name "gnumeric") - (version "1.12.36") + (version "1.12.44") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnumeric/" @@ -2012,7 +2012,7 @@ Hints specification (EWMH).") "gnumeric-" version ".tar.xz")) (sha256 (base32 - "0j28qpbz9a9p80x27kcwxl5n1hf36nn2fa7dxwrbhcdx4rgy5grw")))) + "0147962c6ybdsj57rz95nla0rls7g545wc2n7pz59zmzyd5pksk0")))) (build-system glib-or-gtk-build-system) (arguments `(;; The gnumeric developers don't worry much about failing tests. |