From c67ccedd9e6a75b6dd1e36b45f62cc8bbdcf93fb Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 26 Mar 2014 15:47:54 +0100 Subject: gnu: gp2c: Upgrade to 0.0.8pl1. * gnu/packages/algebra.scm (gp2c): Upgrade to 0.0.8pl1, add native input perl. --- gnu/packages/algebra.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 79808cc172..86f8361a63 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2012, 2013 Andreas Enge +;;; Copyright © 2012, 2013, 2014 Andreas Enge ;;; Copyright © 2013 Ludovic Courtès ;;; Copyright © 2014 Mark H Weaver ;;; @@ -123,15 +123,16 @@ (define-public pari-gp (define-public gp2c (package (name "gp2c") - (version "0.0.8") + (version "0.0.8pl1") (source (origin (method url-fetch) (uri (string-append "http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-" version ".tar.gz")) (sha256 (base32 - "03fgiwy2si264g3zfgw2yi6i2l8szl5m106zgwk77sddshk20b34")))) + "0r1xrshgx0db2snmacwvg5r99fhd9rpblcfs86pfsp23hnjxj9i0")))) (build-system gnu-build-system) + (native-inputs `(("perl" ,perl))) (inputs `(("pari-gp" ,pari-gp))) (arguments '(#:configure-flags -- cgit v1.2.3