diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-31 00:11:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-31 04:06:07 +0200 |
commit | 8e320dea302f66474ca93fc824c3d70496dc82ce (patch) | |
tree | 4e2b8a355c08a7513540f6780d584119d0b20885 /gnu/packages/gnome.scm | |
parent | 5ecd671731d7e3c1e9ac758af97b789e8846ed0f (diff) | |
download | patches-8e320dea302f66474ca93fc824c3d70496dc82ce.tar patches-8e320dea302f66474ca93fc824c3d70496dc82ce.tar.gz |
gnu: goffice: Update to 0.10.34.
* gnu/packages/gnome.scm (goffice): Update to 0.10.34.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 2d647505b6..8cf4722cb7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1584,14 +1584,14 @@ Hints specification (EWMH).") (define-public goffice (package (name "goffice") - (version "0.10.32") + (version "0.10.34") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 - (base32 "1hvs5558x98yzm43dc3f93v596x45lfmv1vkp4jjgfagynlpvcq2")))) + (base32 "00yn5ly1x50ynrwgl783pwnjy4k2ckp8n54mfnqv6qsq5fi7ajjm")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;4.1 MiB of gtk-doc |