diff options
author | Andreas Enge <andreas@enge.fr> | 2014-07-23 16:46:05 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-07-23 16:46:05 +0200 |
commit | 5383fb5bd4bec0b74b9cc9522b0906dec52cf1ab (patch) | |
tree | 123cb09b67029a390c0d98c22691d46bc93fcc3f | |
parent | 705f8b68f1b2305e265575fdc295e1900586599e (diff) | |
download | patches-5383fb5bd4bec0b74b9cc9522b0906dec52cf1ab.tar patches-5383fb5bd4bec0b74b9cc9522b0906dec52cf1ab.tar.gz |
gnu: pari-gp: Upgrade to 2.7.1.
* gnu/packages/algebra.scm (pari-gp): Upgrade to 2.7.1.
-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 9ed978536d..8c12eb604e 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -84,14 +84,14 @@ solve the shortest vector problem.") (define-public pari-gp (package (name "pari-gp") - (version "2.7.0") + (version "2.7.1") (source (origin (method url-fetch) (uri (string-append "http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-" version ".tar.gz")) (sha256 (base32 - "1hk7lmq09crr9jvia8nxzhvbwf8mw62xk456i96jg8dljh0r9sgz")))) + "1gj1rddi22hinzwy7r6hljgbi252wwwyd6gapg4hvcn0ycc7jqyc")))) (build-system gnu-build-system) (inputs `(("gmp" ,gmp) ("perl" ,perl) |