summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:12 +0200
commit33f5cf1a8d1ed3bc0ed938c2f22a89d77a30f8d1 (patch)
tree0e8f3fac69c9ec8aabb042686baa562813b9616a
parent8c07ffe2498901c13de98d257efacd24780ef00a (diff)
downloadguix-patches-33f5cf1a8d1ed3bc0ed938c2f22a89d77a30f8d1.tar
guix-patches-33f5cf1a8d1ed3bc0ed938c2f22a89d77a30f8d1.tar.gz
gnu: gnumeric: Update to 1.12.52.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.52.
-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 6266b99449..b6e2e94111 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4133,7 +4133,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
- (version "1.12.50")
+ (version "1.12.52")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnumeric/"
@@ -4141,7 +4141,7 @@ Hints specification (EWMH).")
"gnumeric-" version ".tar.xz"))
(sha256
(base32
- "1f0lrj5msg80pgjp38jj6rddf352gwddgip7z4lki66n3fx1k23m"))))
+ "0fw201j0sks95wgvns3vydgprhwf6z4v4xb2a0ldi892k8277kvk"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.