gnu: goffice: Update to 0.10.36.

* gnu/packages/gnome.scm (goffice): Update to 0.10.36.
master
Ludovic Courtès 2017-11-22 22:56:30 +01:00
parent 77e62ee0aa
commit 26ac92d49b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1791,14 +1791,14 @@ Hints specification (EWMH).")
(define-public goffice (define-public goffice
(package (package
(name "goffice") (name "goffice")
(version "0.10.35") (version "0.10.36")
(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 "0f2p3p7idfpbms4mi75031014mqsv09s21b6w1359p09raph3461")))) (base32 "1mma1gp179dh7kvwzd7q3mwg0719hhbm9f5sqw28flv5lv05zrng"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" (outputs '("out"
"doc")) ;4.1 MiB of gtk-doc "doc")) ;4.1 MiB of gtk-doc