gnu: orcus: Update to 0.13.4.

* gnu/packages/libreoffice.scm (orcus): Update to 0.13.4.
master
Ricardo Wurmus 2018-06-07 09:37:22 +02:00
parent a3f2425e5d
commit e47e1f3311
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 12 additions and 11 deletions

View File

@ -105,22 +105,23 @@ their dependencies automatically upon calculation.")
(define-public orcus (define-public orcus
(package (package
(name "orcus") (name "orcus")
(version "0.12.1") (version "0.13.4")
(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
"171bmqa9hkk4xygz20qda5900rs4kq9fgl424ldkxlj4d733dffi")))) (base32
"1r42waglxwmvvwl20fy49vzgfp1sis4j703f81iswzdyzqalq75p"))))
(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) ("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")
(description "Orcus is a library that provides a collection of standalone (description "Orcus is a library that provides a collection of standalone