gnu: pari-gp: Update to 2.9.2.

* gnu/packages/algebra.scm (pari-gp): Update to 2.9.2.
This commit is contained in:
Andreas Enge 2017-05-28 15:57:17 +02:00
parent 3803b069f6
commit 802907e423
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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