summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-08 23:50:34 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-09 07:20:08 +0200
commit9099bedfeae4ecfdbba967fece4f0850973e02f5 (patch)
tree85f452a92de520d954d707c2d58f0d09d1377789 /gnu/packages/gnome.scm
parente2bf423ab4b2a8f9c1d7fee1f66d8107e23a210d (diff)
downloadguix-patches-9099bedfeae4ecfdbba967fece4f0850973e02f5.tar
guix-patches-9099bedfeae4ecfdbba967fece4f0850973e02f5.tar.gz
gnu: gnumeric: Update to 1.12.35.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.35.
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 9d3f35229f..c3963d556b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1821,7 +1821,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
- (version "1.12.34")
+ (version "1.12.35")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1829,7 +1829,7 @@ Hints specification (EWMH).")
name "-" version ".tar.xz"))
(sha256
(base32
- "09f7h4lvwzyl0amd3axapwbsrnrvvpwxyhs540jlrv425n0j0j8b"))))
+ "02kcq2af16m9mlzgkbdzswhw0nl6zf01dmvsfq3shy1mab7f7cbp"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.