gnu: orcus: Update to 0.12.1.
* gnu/packages/libreoffice.scm (orcus): Update to 0.12.1. [inputs]: Add python.
This commit is contained in:
parent
b85b56dd7b
commit
90ac806d3a
|
@ -96,20 +96,21 @@ their dependencies automatically upon calculation.")
|
||||||
(define-public orcus
|
(define-public orcus
|
||||||
(package
|
(package
|
||||||
(name "orcus")
|
(name "orcus")
|
||||||
(version "0.9.2")
|
(version "0.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://kohei.us/files/" name "/src/lib"
|
(uri (string-append "http://kohei.us/files/" name "/src/lib"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"170racjz7s7yxza722hxsqc12788w57qnp6x6j2692pzp3qzjjfx"))))
|
"171bmqa9hkk4xygz20qda5900rs4kq9fgl424ldkxlj4d733dffi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ixion" ,ixion)
|
`(("ixion" ,ixion)
|
||||||
("mdds" ,mdds)
|
("mdds" ,mdds)
|
||||||
|
("python" ,python)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://gitlab.com/orcus/orcus")
|
(home-page "https://gitlab.com/orcus/orcus")
|
||||||
(synopsis "File import filter library for spreadsheet documents")
|
(synopsis "File import filter library for spreadsheet documents")
|
||||||
|
|
Loading…
Reference in New Issue