guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: orcus: Update to 0.12.1.


From: Thomas Danckaert
Subject: 06/07: gnu: orcus: Update to 0.12.1.
Date: Mon, 27 Mar 2017 14:17:35 -0400 (EDT)

thomasd pushed a commit to branch core-updates
in repository guix.

commit 90ac806d3ad859cca2c3b6e5ac219e930b848eb9
Author: Thomas Danckaert <address@hidden>
Date:   Mon Mar 27 20:16:47 2017 +0200

    gnu: orcus: Update to 0.12.1.
    
    * gnu/packages/libreoffice.scm (orcus): Update to 0.12.1.
    [inputs]: Add python.
---
 gnu/packages/libreoffice.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 3d05603..b21e41b 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -96,20 +96,21 @@ their dependencies automatically upon calculation.")
 (define-public orcus
   (package
     (name "orcus")
-    (version "0.9.2")
+    (version "0.12.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "http://kohei.us/files/"; name "/src/lib"
                           name "-" version ".tar.xz"))
       (sha256 (base32
-               "170racjz7s7yxza722hxsqc12788w57qnp6x6j2692pzp3qzjjfx"))))
+               "171bmqa9hkk4xygz20qda5900rs4kq9fgl424ldkxlj4d733dffi"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
      (inputs
       `(("ixion" ,ixion)
         ("mdds" ,mdds)
+        ("python" ,python)
         ("zlib" ,zlib)))
     (home-page "https://gitlab.com/orcus/orcus";)
     (synopsis "File import filter library for spreadsheet documents")



reply via email to

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