all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73566] [PATCH] gnu: pari-gp: Update to 2.17.0.
@ 2024-09-30 12:35 Andreas Enge
  2024-10-07 14:23 ` [bug#73566] [PATCH v2 1/2] " Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2024-09-30 12:35 UTC (permalink / raw)
  To: 73566; +Cc: Andreas Enge, Andreas Enge, Eric Bavier, Sharlatan Hellseher

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

Change-Id: If0ea83651ae7aa4cb5de61dfaa5ec2b11051eaab
---
 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 2187cd062d..2c81b88d8d 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -230,7 +230,7 @@ (define-public python-fpylll
 (define-public pari-gp
   (package
     (name "pari-gp")
-    (version "2.15.5")
+    (version "2.17.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -238,7 +238,7 @@ (define-public pari-gp
                     version ".tar.gz"))
               (sha256
                (base32
-                "10grsn8wr8k02akj8f8wm1rhzrk0qls4phr46gv59nfr2msxmz8f"))))
+                "1a5fn64x7255ma7rkkjg5g17fq6mnjlzjfi8wbncc24dy77ff8z7"))))
     (build-system gnu-build-system)
     (native-inputs (list (texlive-updmap.cfg)))
     (inputs (list gmp libx11 perl readline))

base-commit: 1a6a85768e4652ee1bd44d3a913baa3285be238b
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-07 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-30 12:35 [bug#73566] [PATCH] gnu: pari-gp: Update to 2.17.0 Andreas Enge
2024-10-07 14:23 ` [bug#73566] [PATCH v2 1/2] " Andreas Enge
2024-10-07 14:23   ` [bug#73566] [PATCH v2 2/2] gnu: gp2c: Update to 0.0.14 Andreas Enge

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.