pari-gp: Update to 2.9.1.

* gnu/packages/algebra.scm (pari-gp): Update to 2.9.1.
This commit is contained in:
Andreas Enge 2017-02-07 13:30:16 +01:00 committed by Andreas Enge
parent 42a3293a64
commit aada6f371e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -128,7 +128,7 @@ (define-public fplll
(define-public pari-gp
(package
(name "pari-gp")
(version "2.7.6")
(version "2.9.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -136,7 +136,7 @@ (define-public pari-gp
version ".tar.gz"))
(sha256
(base32
"04dqi697czd8mmw8aiwzrkgbvkjassqagg6lfy3lkf1k5qi9g9rr"))))
"0rq7wz9df1xs4acdzzb5dapx8vs6m5py39n2wynw2qv4d2b0ylfw"))))
(build-system gnu-build-system)
(native-inputs `(("texlive" ,texlive-minimal)))
(inputs `(("gmp" ,gmp)