gnu: pari-gp: Update to 2.7.4.

* gnu/packages/algebra.scm (pari-gp): Update to 2.7.4.
master
Andreas Enge 2015-07-07 13:19:09 +02:00
parent 48cfe294b0
commit 66b2b085ce
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ solve the shortest vector problem.")
(define-public pari-gp
(package
(name "pari-gp")
(version "2.7.3")
(version "2.7.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -92,7 +92,7 @@ solve the shortest vector problem.")
version ".tar.gz"))
(sha256
(base32
"02k54m7p47r54lgxqanxvf7pdrss17n8if1qwk5wx0j1px22j0rq"))))
"0k1qqagfl6zn7gvwmsqffj6g9yrzqvszwh2mblhmxpjlw1pigfh8"))))
(build-system gnu-build-system)
(inputs `(("gmp" ,gmp)
("perl" ,perl)