diff options
author | Andreas Enge <andreas@enge.fr> | 2014-04-24 11:09:15 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-04-24 11:09:15 +0200 |
commit | 99fa3024b8a77d1a1fc72487252f3bc32f6f1082 (patch) | |
tree | f6bc7731df0085bcfb91a7148ccef859a05c8d4d /gnu/packages/algebra.scm | |
parent | c47f0d8b71cd3b2dd1ed9fb90a997f5abecddb8b (diff) | |
download | patches-99fa3024b8a77d1a1fc72487252f3bc32f6f1082.tar patches-99fa3024b8a77d1a1fc72487252f3bc32f6f1082.tar.gz |
gnu: gp2c: Upgrade to 0.0.9pl1.
* gnu/packages/algebra.scm (gp2c): Upgrade to 0.0.9pl1.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 86f8361a63..0318cb531e 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -123,14 +123,14 @@ PARI is also available as a C library to allow for faster computations.") (define-public gp2c (package (name "gp2c") - (version "0.0.8pl1") + (version "0.0.9pl1") (source (origin (method url-fetch) (uri (string-append "http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-" version ".tar.gz")) (sha256 (base32 - "0r1xrshgx0db2snmacwvg5r99fhd9rpblcfs86pfsp23hnjxj9i0")))) + "1p36060vwhn38j77r4c3jqyaslvhvgm6fdw2486k7krxk5ai7ph5")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl))) (inputs `(("pari-gp" ,pari-gp))) |