guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: ixion: Update to 0.13.0.


From: Ricardo Wurmus
Subject: 03/06: gnu: ixion: Update to 0.13.0.
Date: Thu, 7 Jun 2018 05:10:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a3f2425e5dd6d69cfc1ba308dc8f6bca274b3a4a
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jun 7 09:37:03 2018 +0200

    gnu: ixion: Update to 0.13.0.
    
    * gnu/packages/libreoffice.scm (ixion): Update to 0.13.0.
---
 gnu/packages/libreoffice.scm | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index de73930..f847cfe 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -79,20 +79,21 @@
 (define-public ixion
   (package
     (name "ixion")
-    (version "0.12.2")
+    (version "0.13.0")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "http://kohei.us/files/ixion/src/libixion-";
-                          version ".tar.xz"))
-      (sha256 (base32
-               "1bnsqbxpbijwbg42rrqq6mz06wvcxjpl0gjdzwyilkmv6s400i4b"))))
+       (method url-fetch)
+       (uri (string-append "http://kohei.us/files/ixion/src/libixion-";
+                           version ".tar.xz"))
+       (sha256
+        (base32
+         "1rf76drzg593jzswwnh8kr2jangp8ylizqjspx57rld25g2n1qss"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-     (inputs
-      `(("mdds" ,mdds)
-        ("python" ,python)))
+    (inputs
+     `(("mdds" ,mdds)
+       ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]