gnu: goffice: Update to 0.10.50.

* gnu/packages/gnome.scm (goffice): Update to 0.10.50.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Jack Hill 2021-06-14 12:54:21 -04:00 committed by Efraim Flashner
parent 41a7df0cf4
commit 2277552a33
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4128,14 +4128,14 @@ (define-public libwnck-2
(define-public goffice (define-public goffice
(package (package
(name "goffice") (name "goffice")
(version "0.10.49") (version "0.10.50")
(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 "1s87ngs3g3nfvcn96aq4lgzx5cscbfg4n9f6ns2zpvc5ngdiiz2z")))) (base32 "1p5zbj7cbcfcxd6l8pnph54p6ah1bwf146y810j4bcq8ggf3sp1c"))))
(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