From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: [PATCH 4/6] gnu: ixion: Update to 0.11.0. Date: Mon, 7 Mar 2016 12:42:05 +0200 Message-ID: <1457347327-13748-5-git-send-email-efraim@flashner.co.il> References: <1457347327-13748-1-git-send-email-efraim@flashner.co.il> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acscP-00008X-FE for guix-devel@gnu.org; Mon, 07 Mar 2016 05:42:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acscL-0001xY-PI for guix-devel@gnu.org; Mon, 07 Mar 2016 05:42:29 -0500 Received: from flashner.co.il ([178.62.234.194]:38377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acscL-0001xL-Je for guix-devel@gnu.org; Mon, 07 Mar 2016 05:42:25 -0500 Received: from localhost.localdomain (85.65.229.31.dynamic.barak-online.net [85.65.229.31]) by flashner.co.il (Postfix) with ESMTPSA id B7F364001D for ; Mon, 7 Mar 2016 10:42:24 +0000 (UTC) In-Reply-To: <1457347327-13748-1-git-send-email-efraim@flashner.co.il> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/libreoffice.scm (ixion): Update to 0.11.0. --- 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 6366639..7ae6020 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -69,20 +69,20 @@ (define-public ixion (package (name "ixion") - (version "0.9.1") + (version "0.11.0") (source (origin (method url-fetch) (uri (string-append "http://kohei.us/files/ixion/src/libixion-" version ".tar.xz")) (sha256 (base32 - "18g3nk29ljiqbyi0ml49j2x3f3xrqckdm9i66sw5fxnj7hb5rqvp")))) + "14s20b5sl06y6wg9jwh4h99w7z0w5zv1skpyfsggdgzwn7rfg9lp")))) (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 -- 2.7.0