gnu: goffice: Update to 0.10.32.
* gnu/packages/gnome.scm (goffice): Update to 0.10.32.
This commit is contained in:
parent
cf0470196a
commit
1d927ccd9a
1 changed files with 2 additions and 2 deletions
|
@ -1538,14 +1538,14 @@ (define-public libwnck-2
|
|||
(define-public goffice
|
||||
(package
|
||||
(name "goffice")
|
||||
(version "0.10.28")
|
||||
(version "0.10.32")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "12rsgxrixkfpk420gv026i74pnlgqjzsvm6vffrmih54w46hd3q6"))))
|
||||
(base32 "1hvs5558x98yzm43dc3f93v596x45lfmv1vkp4jjgfagynlpvcq2"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"doc")) ;4.1 MiB of gtk-doc
|
||||
|
|
Loading…
Reference in a new issue