[bug#73566] gnu: pari-gp: Update to 2.17.0.
Commit Message
* gnu/packages/algebra.scm (pari-gp): Update to 2.17.0.
Change-Id: If0ea83651ae7aa4cb5de61dfaa5ec2b11051eaab
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
base-commit: 1a6a85768e4652ee1bd44d3a913baa3285be238b
Comments
Hi,
Andreas Enge <andreas@enge.fr> skribis:
> gnu: pari-gp: Update to 2.17.0.
> gnu: gp2c: Update to 0.0.14.
I’m not on the math team but I think you can go ahead and push it!
Ludo’.
Am Sun, Dec 15, 2024 at 05:32:31PM +0100 schrieb Ludovic Courtès:
> > gnu: pari-gp: Update to 2.17.0.
> > gnu: gp2c: Update to 0.0.14.
Thanks for the encouragement! In fact there is a problem with some
depending packages, I just have not found the time to update them as
well. So for the time being, I prefer staying with the old version...
Andreas
@@ -230,7 +230,7 @@ (define-public python-fpylll
(define-public pari-gp
(package
(name "pari-gp")
- (version "2.15.5")
+ (version "2.17.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -238,7 +238,7 @@ (define-public pari-gp
version ".tar.gz"))
(sha256
(base32
- "10grsn8wr8k02akj8f8wm1rhzrk0qls4phr46gv59nfr2msxmz8f"))))
+ "1a5fn64x7255ma7rkkjg5g17fq6mnjlzjfi8wbncc24dy77ff8z7"))))
(build-system gnu-build-system)
(native-inputs (list (texlive-updmap.cfg)))
(inputs (list gmp libx11 perl readline))