guix-devel
[Top][All Lists]
Advanced

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

[PATCH 3/6] gnu: orcus: Update to 0.11.0.


From: Efraim Flashner
Subject: [PATCH 3/6] gnu: orcus: Update to 0.11.0.
Date: Mon, 7 Mar 2016 12:42:04 +0200

* gnu/packages/libreoffice.scm (orcus): Update to 0.11.0.
---
 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 62dcb59..6366639 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -94,19 +94,20 @@ their dependencies automatically upon calculation.")
 (define-public orcus
   (package
     (name "orcus")
-    (version "0.7.1")
+    (version "0.11.0")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "http://kohei.us/files/"; name "/src/lib"
                           name "-" version ".tar.xz"))
       (sha256 (base32
-               "0hva4qalg3dk6n1118ncr5fy8cqnj2f7fwldw7aa04124rj6p104"))))
+               "15qgkcryqddlq841x43v267y3i2ayy6bkf7dyx6h0drj9gjfykmw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
      (inputs
       `(("ixion" ,ixion)
+        ("python" ,python-wrapper)
         ("mdds" ,mdds)
         ("zlib" ,zlib)))
     (home-page "https://gitlab.com/orcus/orcus";)
-- 
2.7.0




reply via email to

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