diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-30 04:44:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-30 05:21:04 +0100 |
commit | 355420c6aca71f160aa002c884895b1400bcfeaf (patch) | |
tree | 6a3a0d2b3fbbe2837650862dfe89c9aeadb1b804 /gnu | |
parent | 16243f0b50a9c674f9df60b9a6548900d7a7b635 (diff) |
gnu: goffice: Update to 0.10.45.
* gnu/packages/gnome.scm (goffice): Update to 0.10.45.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 15abfcf3d3..276fa56138 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2062,17 +2062,17 @@ Hints specification (EWMH).") (define-public goffice (package (name "goffice") - (version "0.10.44") + (version "0.10.45") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/goffice/" (version-major+minor version) "/" "goffice-" version ".tar.xz")) (sha256 - (base32 "1fd7cm6j0g0mqgpqs4y22b4gd2ll4mcyvg4d0q22d5ndjapl4q3d")))) + (base32 "0iqrygv2bh8kiw98kjx6ay6qdd288v91q5m8n7cvs2zcx5ksaavh")))) (build-system gnu-build-system) (outputs '("out" - "doc")) ;4.0 MiB of gtk-doc + "doc")) ; 4.0 MiB of gtk-doc (arguments '(#:configure-flags (list (string-append "--with-html-dir=" (assoc-ref %outputs "doc") |