gnu: goffice: Update to 0.10.24.

* gnu/packages/gnome.scm (goffice): Update to 0.10.24.
This commit is contained in:
Efraim Flashner 2015-12-11 12:23:33 +02:00
parent 24a78aa600
commit 8cabd349b4

View file

@ -1458,14 +1458,14 @@ (define-public libwnck-1
(define-public goffice (define-public goffice
(package (package
(name "goffice") (name "goffice")
(version "0.10.14") (version "0.10.24")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "0kj0iwng6w4axm7yv2zy7myn5dhw5ilrlq2pzrjlm9i852ikqy60")))) (base32 "0nmghi26dpjcw7knkviq031crhm0zjy4k650pv1jj3hb1fmhx9yd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gtk+" ,gtk+) `(("gtk+" ,gtk+)