>From 0b0f1957971c297540ffbd1b9fc5e2613a940c94 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 7 Mar 2016 12:42:04 +0200 Subject: [PATCH 4/5] gnu: orcus: Update to 0.11.0. * gnu/packages/libreoffice.scm (orcus)[source]: Update to 0.11.0. [inputs]: Replace python by python-wrapper. --- 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 d94fa6b..1fb46f1 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.6.3