summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-21 15:34:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-21 15:36:07 +0100
commit660208cfd5545a0884150854863ac50f0359b0bf (patch)
tree95ddb30363fa7754ab1c18ef894a4995b715c0a2 /gnu/packages/gnome.scm
parent7244ec07a2c790c15bbbd084771c38e4b6733d10 (diff)
downloadguix-patches-660208cfd5545a0884150854863ac50f0359b0bf.tar
guix-patches-660208cfd5545a0884150854863ac50f0359b0bf.tar.gz
gnu: gnumeric: Update to 1.12.49.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.49.
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 34cd0fa992..6661942eb5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4198,7 +4198,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
- (version "1.12.48")
+ (version "1.12.49")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnumeric/"
@@ -4206,7 +4206,7 @@ Hints specification (EWMH).")
"gnumeric-" version ".tar.xz"))
(sha256
(base32
- "14556b0vyxdvdwjlin0rv7jk0vq4nplbmvp9j89bhkfk84xf7k2p"))))
+ "0mzdhhpa7kwkc51l344g6vgqwaxkjdf03s7zasqh0bn3jpn75h4i"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.