gnu: libstaroffice: Update to 0.0.7.

* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.7.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-03 15:34:54 +02:00
parent 325ab63785
commit 13d60d9262
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -739,14 +739,14 @@ spreadsheet documents.")
(define-public libstaroffice (define-public libstaroffice
(package (package
(name "libstaroffice") (name "libstaroffice")
(version "0.0.6") (version "0.0.7")
(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
"1i0ykl0c94lc1qzb5mbyf9jr7qw8p38ja424whmhgrllh7ny203b")))) "1ny8411273k2bq7mnpmcvri3rd46b2j67wfypqkp3y8nhanv0kzr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("librevenge" ,librevenge) `(("librevenge" ,librevenge)