>From 05c009c3e6353b00506ac298dd4288fe342f1967 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 7 Mar 2016 12:42:05 +0200 Subject: [PATCH 3/5] gnu: ixion: Update to 0.11.0. * gnu/packages/libreoffice.scm (ixion)[source]: Update to 0.11.0. [inputs]: Replace python-2 by python. --- gnu/packages/libreoffice.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 57e53b7..d94fa6b 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -69,20 +69,20 @@ (define-public ixion (package (name "ixion") - (version "0.9.1") + (version "0.11.0") (source (origin (method url-fetch) (uri (string-append "http://kohei.us/files/ixion/src/libixion-" version ".tar.xz")) (sha256 (base32 - "18g3nk29ljiqbyi0ml49j2x3f3xrqckdm9i66sw5fxnj7hb5rqvp")))) + "14s20b5sl06y6wg9jwh4h99w7z0w5zv1skpyfsggdgzwn7rfg9lp")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) (inputs `(("mdds" ,mdds) - ("python" ,python-2))) ; looks for python.pc, not python3.pc + ("python" ,python))) (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 -- 2.6.3