me
/
guix
Archived
1
0
Fork 0

gnu: pari-gp: Update to 2.5.5.

* gnu/packages/algebra.scm (pari-gp): Update to 2.5.5.
master
Andreas Enge 2013-10-06 15:40:37 +02:00
parent 524e1df65d
commit 9a6a9dae6f
1 changed files with 2 additions and 2 deletions

View File

@ -81,14 +81,14 @@ solve the shortest vector problem.")
(define-public pari-gp
(package
(name "pari-gp")
(version "2.5.4")
(version "2.5.5")
(source (origin
(method url-fetch)
(uri (string-append
"http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-"
version ".tar.gz"))
(sha256 (base32
"0gpsj5n8d1gyl7nq2y915sscs3d334ryrv8qgjdwqf3cr95f2dwz"))))
"058nw1fhggy7idii4f124ami521lv3izvngs9idfz964aks8cvvn"))))
(build-system gnu-build-system)
(inputs `(("gmp" ,gmp)
("perl" ,perl)