gnu: pari-gp: Update to 2.15.1.

* gnu/packages/algebra.scm (pari-gp): Update to 2.15.1.
This commit is contained in:
Andreas Enge 2022-11-07 19:05:11 +01:00
parent b6bc52ff8c
commit b670dc6c8a
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -224,7 +224,7 @@ (define-public python-fpylll
(define-public pari-gp
(package
(name "pari-gp")
(version "2.15.0")
(version "2.15.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -232,7 +232,7 @@ (define-public pari-gp
version ".tar.gz"))
(sha256
(base32
"11anfn2lmixi83208p8qxjhwkrrad9s2qqfrl3wy9m0n1lg8ax74"))))
"0gcyj0p0z5s1i9y67z5awwmmdvqrisvyrq22gvkbx1b6gjvrsha5"))))
(build-system gnu-build-system)
(native-inputs (list (texlive-updmap.cfg
(list texlive-amsfonts))))