This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4c3d328719 gnu: pari-gp: Update to 2.17.3.
4c3d328719 is described below
commit 4c3d328719bed14f372f57f7c684aab57cd9aab1
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Nov 24 14:40:06 2025 +0100
gnu: pari-gp: Update to 2.17.3.
* gnu/packages/algebra.scm (pari-gp): Update to 2.17.3.
Change-Id: Icc5389aae978e22d36b8df19c594ff3e92f7d6e3
---
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 611328c88b..577da6f02d 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -267,7 +267,7 @@ the real span of the lattice.")
(define-public pari-gp
(package
(name "pari-gp")
- (version "2.17.2")
+ (version "2.17.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -275,7 +275,7 @@ the real span of the lattice.")
version ".tar.gz"))
(sha256
(base32
- "0qahws0jmmqv3v611zdwhvg0rz5a678lhi8z51x16yzrbj7mfc3x"))))
+ "1jrd8q8bii109i01qjsc15948a47cn1kcg7jw0kqsijcb36lz74d"))))
(build-system gnu-build-system)
(native-inputs (list (texlive-local-tree)))
(inputs (list gmp libx11 perl readline))