diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 02:40:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 02:54:02 +0200 |
commit | 10ac3ea2e42c78631e23ae650903118783747ca5 (patch) | |
tree | 9ff1ffb8a6078fa4dc6b94d68ab45133c3395a06 /gnu | |
parent | 05e9a46347649b8b5014118a8574fe2e4d210d76 (diff) | |
download | guix-10ac3ea2e42c78631e23ae650903118783747ca5.tar guix-10ac3ea2e42c78631e23ae650903118783747ca5.tar.gz |
gnu: goffice: Update to 0.10.48.
* gnu/packages/gnome.scm (goffice): Update to 0.10.48.
Diffstat (limited to 'gnu')
-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 ceb80ac507..8090bb4fde 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3969,14 +3969,14 @@ Hints specification (EWMH).") (define-public goffice (package (name "goffice") - (version "0.10.47") + (version "0.10.48") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/goffice/" (version-major+minor version) "/" "goffice-" version ".tar.xz")) (sha256 - (base32 "0xmigfdzvmlpa0fw79mf3xwchmxc8rlidryn5syv8bz7msmrb215")))) + (base32 "1z6f3q8fxkd1ysqrwdxdi0844zqa00vjpf07gq8mh3kal8picfd4")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 4.0 MiB of gtk-doc |