gnu: libstaroffice: Update to 0.0.6.
* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.6.
This commit is contained in:
parent
8b1e89a4ad
commit
c441959819
|
@ -611,14 +611,14 @@ spreadsheet documents.")
|
||||||
(define-public libstaroffice
|
(define-public libstaroffice
|
||||||
(package
|
(package
|
||||||
(name "libstaroffice")
|
(name "libstaroffice")
|
||||||
(version "0.0.5")
|
(version "0.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/fosnola/libstaroffice/releases/download/"
|
(uri (string-append "https://github.com/fosnola/libstaroffice/releases/download/"
|
||||||
version "/libstaroffice-" version ".tar.xz"))
|
version "/libstaroffice-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"10m9imcgqf7kdhn1a5ara62fdayidwm7qzj3binsls40snnhfm9i"))))
|
"1i0ykl0c94lc1qzb5mbyf9jr7qw8p38ja424whmhgrllh7ny203b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("librevenge" ,librevenge)
|
`(("librevenge" ,librevenge)
|
||||||
|
|
Loading…
Reference in New Issue