[PATCH] gnu: pari-gp: Update to 2.15.3.

  • Done
  • quality assurance status badge
Details
One participant
  • Andreas Enge
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal

Debbugs page

Andreas Enge wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andreas Enge)(address . andreas@enge.fr)
a4de2726efdb4db481f1364172f80ccc403b7f82.1679409547.git.andreas@enge.fr
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.3.
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
Andreas Enge wrote 2 years ago
Re: bug#62336: Acknowledgement ([PATCH] gnu: pari-gp: Update to 2.15.3.)
(address . 62336-done@debbugs.gnu.org)
ZCFhSB0DEZZWxCaK@jurong
Pushed.

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62336@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62336
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help