gnu: pari-gp: Update to 2.7.6.

* gnu/packages/algebra.scm (pari-gp): Update to 2.7.6.
This commit is contained in:
Andreas Enge 2016-06-24 13:56:07 +02:00
parent a9fbe94edc
commit c19a61bb3e
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 (define-public pari-gp
(package (package
(name "pari-gp") (name "pari-gp")
(version "2.7.5") (version "2.7.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -136,7 +136,7 @@ (define-public pari-gp
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0c8l83a0gjq73r9hndsrzkypwxvnnm4pxkkzbg6jm95m80nzwh11")))) "04dqi697czd8mmw8aiwzrkgbvkjassqagg6lfy3lkf1k5qi9g9rr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("texlive" ,texlive-minimal))) (native-inputs `(("texlive" ,texlive-minimal)))
(inputs `(("gmp" ,gmp) (inputs `(("gmp" ,gmp)