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

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal

Debbugs page

Andreas Enge wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andreas Enge)(address . andreas@enge.fr)
c47be3f0e62d2e24396d74aca4f451ea87f32225.1708962192.git.andreas@enge.fr
* 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(-)

Toggle diff (26 lines)
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
Maxim Cournoyer wrote 11 months ago
(name . Andreas Enge)(address . andreas@enge.fr)
87y192ffs2.fsf@gmail.com
Hi,

Andreas Enge <andreas@enge.fr> writes:

Toggle quote (4 lines)
> * gnu/packages/algebra.scm (pari-gp): Update to 2.15.5.
>
> Change-Id: I1facc04b52153b924f4575725404eab4477dad9f

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

(Assuming it builds and runs fine)

--
Thanks,
Maxim
Andreas Enge wrote 10 months ago
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
Zi-xZT7krM8hvgiz@jurong
Hello Maxim,

Am Wed, Apr 24, 2024 at 08:27:09PM -0400 schrieb Maxim Cournoyer:
Toggle quote (6 lines)
> Andreas Enge <andreas@enge.fr> writes:
> > * gnu/packages/algebra.scm (pari-gp): Update to 2.15.5.
> > Change-Id: I1facc04b52153b924f4575725404eab4477dad9f
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
> (Assuming it builds and runs fine)

thanks for the reminder! I was actually trying to go through the motions
and test our QA system. It looks like we are not up to speed! After two
months, the patch has not been built, but disappeared from the queue.

Pushed, and closing this issue.

Andreas
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 69409
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