gnu: goffice: Update to 0.10.47.
* gnu/packages/gnome.scm (goffice): Update to 0.10.47.master
parent
eed886f8e8
commit
2e60eafb47
|
@ -3048,14 +3048,14 @@ Hints specification (EWMH).")
|
||||||
(define-public goffice
|
(define-public goffice
|
||||||
(package
|
(package
|
||||||
(name "goffice")
|
(name "goffice")
|
||||||
(version "0.10.46")
|
(version "0.10.47")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/goffice/"
|
(uri (string-append "mirror://gnome/sources/goffice/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"goffice-" version ".tar.xz"))
|
"goffice-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a8kba36zwzr0ilafc0d1nsxxma1qibviiifd0jhbxp180x6v385"))))
|
(base32 "0xmigfdzvmlpa0fw79mf3xwchmxc8rlidryn5syv8bz7msmrb215"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc")) ; 4.0 MiB of gtk-doc
|
"doc")) ; 4.0 MiB of gtk-doc
|
||||||
|
|
Reference in New Issue