guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69409] [PATCH] gnu: pari-gp: Update to 2.15.5.


From: Andreas Enge
Subject: [bug#69409] [PATCH] gnu: pari-gp: Update to 2.15.5.
Date: Mon, 26 Feb 2024 16:43:12 +0100

* gnu/packages/algebra.scm (pari-gp): Update to 2.15.5.

Change-Id: I1facc04b52153b924f4575725404eab4477dad9f
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 90507ebd90..0b145017c0 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -227,7 +227,7 @@ (define-public python-fpylll
 (define-public pari-gp
   (package
     (name "pari-gp")
-    (version "2.15.4")
+    (version "2.15.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -235,7 +235,7 @@ (define-public pari-gp
                     version ".tar.gz"))
               (sha256
                (base32
-                "03swii601kxnphl6v7wv0rh2xn4rz6xbljzvfw5v9py6w3z5nm63"))))
+                "10grsn8wr8k02akj8f8wm1rhzrk0qls4phr46gv59nfr2msxmz8f"))))
     (build-system gnu-build-system)
     (native-inputs (list (texlive-updmap.cfg)))
     (inputs (list gmp libx11 perl readline))

base-commit: 8842826609f6e7b2af17f7fccaad0bdf2d9833bf
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]