Skip to content
Snippets Groups Projects
Commit d9c4b6e9 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: pari-gp: Update to 2.5.4.

* gnu/packages/algebra.scm (pari-gp): Update to 2.5.4.
parent 71e0f288
No related branches found
No related tags found
No related merge requests found
...@@ -81,14 +81,14 @@ (define-public fplll ...@@ -81,14 +81,14 @@ (define-public fplll
(define-public pari-gp (define-public pari-gp
(package (package
(name "pari-gp") (name "pari-gp")
(version "2.5.3") (version "2.5.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-" "http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (base32 (sha256 (base32
"0zsjccnnv00kwj2gk3ww2v530kjin1rgj8p8hbl4pwcnwc7m68gl")))) "0gpsj5n8d1gyl7nq2y915sscs3d334ryrv8qgjdwqf3cr95f2dwz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("gmp" ,gmp) (inputs `(("gmp" ,gmp)
("perl" ,perl) ("perl" ,perl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment