GNU bug report logs -
#62336
[PATCH] gnu: pari-gp: Update to 2.15.3.
Previous Next
Reported by: Andreas Enge <andreas <at> enge.fr>
Date: Tue, 21 Mar 2023 14:40:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.3.
---
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 5842a166ad..362a148e0a 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -224,7 +224,7 @@ (define-public python-fpylll
(define-public pari-gp
(package
(name "pari-gp")
- (version "2.15.2")
+ (version "2.15.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -232,7 +232,7 @@ (define-public pari-gp
version ".tar.gz"))
(sha256
(base32
- "1pg0przhb3cgyn0rwkx2mx7a7fpy6bxxl72bk98pca723q8jhimh"))))
+ "0s4jasvb3ghvxp9s2ifmr0lk7ckj9529zg28icmdgbyd723abxdd"))))
(build-system gnu-build-system)
(native-inputs (list (texlive-updmap.cfg
(list texlive-amsfonts))))
base-commit: 9137df26bbdfef6a777d702291508edf8c213af1
--
2.39.2
This bug report was last modified 2 years and 58 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.