gnu: pari-gp: Update to 2.17.0.

* gnu/packages/algebra.scm (pari-gp): Update to 2.17.0.
* gnu/packages/patches/pari-gp-qfcvp.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.

Change-Id: If0ea83651ae7aa4cb5de61dfaa5ec2b11051eaab
This commit is contained in:
Andreas Enge 2024-09-30 14:33:38 +02:00
parent fa13f86235
commit ea7c240bd3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
3 changed files with 22 additions and 2 deletions

View file

@ -242,7 +242,7 @@ the real span of the lattice.")
(define-public pari-gp
(package
(name "pari-gp")
(version "2.15.5")
(version "2.17.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -250,7 +250,7 @@ the real span of the lattice.")
version ".tar.gz"))
(sha256
(base32
"10grsn8wr8k02akj8f8wm1rhzrk0qls4phr46gv59nfr2msxmz8f"))))
"1a5fn64x7255ma7rkkjg5g17fq6mnjlzjfi8wbncc24dy77ff8z7"))))
(build-system gnu-build-system)
(native-inputs (list (texlive-updmap.cfg)))
(inputs (list gmp libx11 perl readline))