me
/
guix
Archived
1
0
Fork 0

gnu: ixion: Update to 0.15.0.

* gnu/packages/libreoffice.scm (ixion): Update to 0.15.0.
[inputs]: Add spdlog.
master
Leo Famulari 2020-01-30 14:53:22 -05:00
parent ec2fdbf6c1
commit dbbe244851
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 5 additions and 3 deletions

View File

@ -67,6 +67,7 @@
#:use-module (gnu packages image)
#:use-module (gnu packages java)
#:use-module (gnu packages linux)
#:use-module (gnu packages logging)
#:use-module (gnu packages maths)
#:use-module (gnu packages nss)
#:use-module (gnu packages openldap)
@ -85,7 +86,7 @@
(define-public ixion
(package
(name "ixion")
(version "0.14.1")
(version "0.15.0")
(source
(origin
(method url-fetch)
@ -93,13 +94,14 @@
version ".tar.xz"))
(sha256
(base32
"14gdd6div4l22vnz3jn2qjxgjly98ck6p8c1v7386c41rx7kilba"))))
"1rmrl2zjzi4z0abf2cd54acypkccdhx2065dlyzy6xg83gv0mxmi"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("mdds" ,mdds)
("python" ,python)))
("python" ,python)
("spdlog" ,spdlog)))
(home-page "https://gitlab.com/ixion/ixion")
(synopsis "General purpose formula parser and interpreter")
(description "Ixion is a library for calculating the results of formula