diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-11-22 22:56:58 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-22 22:56:58 +0100 |
commit | d655f39c443ca29b0172f1d0b7fad024756ffdf1 (patch) | |
tree | 56b0d8447559325703b70471d8596e76387c58fd /gnu | |
parent | 26ac92d49b2c6b9d1a65534b2e379912bcb97b8b (diff) | |
download | patches-d655f39c443ca29b0172f1d0b7fad024756ffdf1.tar patches-d655f39c443ca29b0172f1d0b7fad024756ffdf1.tar.gz |
gnu: gnumeric: Update to 1.12.36.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.36.
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 8c09cb3bd9..9e3c141f0c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1855,7 +1855,7 @@ Hints specification (EWMH).") (define-public gnumeric (package (name "gnumeric") - (version "1.12.35") + (version "1.12.36") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1863,7 +1863,7 @@ Hints specification (EWMH).") name "-" version ".tar.xz")) (sha256 (base32 - "02kcq2af16m9mlzgkbdzswhw0nl6zf01dmvsfq3shy1mab7f7cbp")))) + "0j28qpbz9a9p80x27kcwxl5n1hf36nn2fa7dxwrbhcdx4rgy5grw")))) (build-system glib-or-gtk-build-system) (arguments `(;; The gnumeric developers don't worry much about failing tests. |