me
/
guix
Archived
1
0
Fork 0

gnu: goffice: Update to 0.10.45.

* gnu/packages/gnome.scm (goffice): Update to 0.10.45.
master
Tobias Geerinckx-Rice 2019-10-30 04:44:43 +01:00
parent 16243f0b50
commit 355420c6ac
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 3 additions and 3 deletions

View File

@ -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")