Skip to content
Snippets Groups Projects
Unverified Commit ec030621 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: libstaroffice: Update to 0.0.5.

* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.5.
parent 45d5c802
No related branches found
No related tags found
No related merge requests found
...@@ -608,14 +608,14 @@ (define-public libmwaw ...@@ -608,14 +608,14 @@ (define-public libmwaw
(define-public libstaroffice (define-public libstaroffice
(package (package
(name "libstaroffice") (name "libstaroffice")
(version "0.0.4") (version "0.0.5")
(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
"0flh0hs31fsq1dmkhf2502lxskiy7fbj5q8gn4b4f502s228fwkf")))) "10m9imcgqf7kdhn1a5ara62fdayidwm7qzj3binsls40snnhfm9i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("librevenge" ,librevenge) `(("librevenge" ,librevenge)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment