[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: ixion: Update to 0.12.2.
From: |
Thomas Danckaert |
Subject: |
03/07: gnu: ixion: Update to 0.12.2. |
Date: |
Mon, 27 Mar 2017 14:17:34 -0400 (EDT) |
thomasd pushed a commit to branch core-updates
in repository guix.
commit cb386439245d09e52893a4b11f625cb17539e2eb
Author: Thomas Danckaert <address@hidden>
Date: Mon Mar 27 20:15:51 2017 +0200
gnu: ixion: Update to 0.12.2.
* gnu/packages/libreoffice.scm (ixion): Update to 0.12.2.
[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 760f654..a8565af 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -71,20 +71,20 @@
(define-public ixion
(package
(name "ixion")
- (version "0.9.1")
+ (version "0.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "http://kohei.us/files/ixion/src/libixion-"
version ".tar.xz"))
(sha256 (base32
- "18g3nk29ljiqbyi0ml49j2x3f3xrqckdm9i66sw5fxnj7hb5rqvp"))))
+ "1bnsqbxpbijwbg42rrqq6mz06wvcxjpl0gjdzwyilkmv6s400i4b"))))
(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
- branch core-updates updated (b5a1359 -> b1a8fd2), Thomas Danckaert, 2017/03/27
- 01/07: gnu: Add libzmf., Thomas Danckaert, 2017/03/27
- 04/07: gnu: Add libstaroffice., Thomas Danckaert, 2017/03/27
- 03/07: gnu: ixion: Update to 0.12.2.,
Thomas Danckaert <=
- 02/07: gnu: mdds: Upgrade to 1.2.2., Thomas Danckaert, 2017/03/27
- 06/07: gnu: orcus: Update to 0.12.1., Thomas Danckaert, 2017/03/27
- 07/07: gnu: libreoffice: Update to 5.3.1.2., Thomas Danckaert, 2017/03/27
- 05/07: gnu: libetonyek: Update to 0.1.6., Thomas Danckaert, 2017/03/27