mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: goffice: Update to 0.10.49.
* gnu/packages/gnome.scm (goffice): Update to 0.10.49.
This commit is contained in:
parent
e999ea12ea
commit
d9bdd6fa92
1 changed files with 2 additions and 2 deletions
|
@ -4134,14 +4134,14 @@ (define-public libwnck-2
|
||||||
(define-public goffice
|
(define-public goffice
|
||||||
(package
|
(package
|
||||||
(name "goffice")
|
(name "goffice")
|
||||||
(version "0.10.48")
|
(version "0.10.49")
|
||||||
(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 "1z6f3q8fxkd1ysqrwdxdi0844zqa00vjpf07gq8mh3kal8picfd4"))))
|
(base32 "1s87ngs3g3nfvcn96aq4lgzx5cscbfg4n9f6ns2zpvc5ngdiiz2z"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue