[bug#73566] gnu: pari-gp: Update to 2.17.0.

Message ID dea8dec44b89c96f3e88b9d82c111d018aaf69f8.1727699725.git.andreas@enge.fr
State New
Headers
Series [bug#73566] gnu: pari-gp: Update to 2.17.0. |

Commit Message

Andreas Enge Sept. 30, 2024, 12:35 p.m. UTC
  * 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

Ludovic Courtès Dec. 15, 2024, 4:32 p.m. UTC | #1
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’.
  
Andreas Enge Dec. 17, 2024, 4:34 p.m. UTC | #2
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
  

Patch

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 2187cd062d..2c81b88d8d 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -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))