gnu: libstaroffice: Update to 0.0.4.

* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.4.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-18 02:00:48 +02:00
parent 852241eb7d
commit e333efd53a
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -614,14 +614,14 @@ spreadsheet documents.")
(define-public libstaroffice (define-public libstaroffice
(package (package
(name "libstaroffice") (name "libstaroffice")
(version "0.0.3") (version "0.0.4")
(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
"1ii2wi3wr5npyz9gby1bjk8r4wyflpfpc6gx7mmqkhsc9c8frpmy")))) "0flh0hs31fsq1dmkhf2502lxskiy7fbj5q8gn4b4f502s228fwkf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("librevenge" ,librevenge) `(("librevenge" ,librevenge)