gnu: ixion: Update to 0.13.0.

* gnu/packages/libreoffice.scm (ixion): Update to 0.13.0.
This commit is contained in:
Ricardo Wurmus 2018-06-07 09:37:03 +02:00
parent 4e4dcd476e
commit a3f2425e5d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 10 additions and 9 deletions

View File

@ -79,20 +79,21 @@
(define-public ixion (define-public ixion
(package (package
(name "ixion") (name "ixion")
(version "0.12.2") (version "0.13.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://kohei.us/files/ixion/src/libixion-" (uri (string-append "http://kohei.us/files/ixion/src/libixion-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (base32 (sha256
"1bnsqbxpbijwbg42rrqq6mz06wvcxjpl0gjdzwyilkmv6s400i4b")))) (base32
"1rf76drzg593jzswwnh8kr2jangp8ylizqjspx57rld25g2n1qss"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("mdds" ,mdds) `(("mdds" ,mdds)
("python" ,python))) ("python" ,python)))
(home-page "https://gitlab.com/ixion/ixion") (home-page "https://gitlab.com/ixion/ixion")
(synopsis "General purpose formula parser and interpreter") (synopsis "General purpose formula parser and interpreter")
(description "Ixion is a library for calculating the results of formula (description "Ixion is a library for calculating the results of formula