summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorSolene Rapenne <solene@perso.pw>2021-06-14 00:29:34 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-06-14 09:49:10 +0300
commitd3acad16260e96d3df606817fc4e467aad27741a (patch)
treef856a68a476c000e28da0c29ed9c31c7dba1f9b8 /gnu/packages/gnome.scm
parente3d67b71cb0ccd5ad5563ebaffe6adc6c96c0c7c (diff)
downloadguix-patches-d3acad16260e96d3df606817fc4e467aad27741a.tar
guix-patches-d3acad16260e96d3df606817fc4e467aad27741a.tar.gz
gnu: gnumeric: Update to 1.12.50.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.50. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
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 d94b1a68b6..5c899cd760 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4192,7 +4192,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
- (version "1.12.49")
+ (version "1.12.50")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnumeric/"
@@ -4200,7 +4200,7 @@ Hints specification (EWMH).")
"gnumeric-" version ".tar.xz"))
(sha256
(base32
- "0mzdhhpa7kwkc51l344g6vgqwaxkjdf03s7zasqh0bn3jpn75h4i"))))
+ "1f0lrj5msg80pgjp38jj6rddf352gwddgip7z4lki66n3fx1k23m"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.