all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60931] [PATCH] gnu: pari-gp: Update to 2.15.2.
@ 2023-01-18 11:44 Andreas Enge
  2023-01-22 16:07 ` Simon Tournier
  2023-01-22 17:07 ` bug#60931: Close Andreas Enge
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Enge @ 2023-01-18 11:44 UTC (permalink / raw)
  To: 60931

* gnu/packages/algebra.scm (pari-gp): Update to 2.15.2.
---
 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 3ceef8ecd2..e266647c73 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.1")
+    (version "2.15.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -232,7 +232,7 @@ (define-public pari-gp
                     version ".tar.gz"))
               (sha256
                (base32
-                "0gcyj0p0z5s1i9y67z5awwmmdvqrisvyrq22gvkbx1b6gjvrsha5"))))
+                "1pg0przhb3cgyn0rwkx2mx7a7fpy6bxxl72bk98pca723q8jhimh"))))
     (build-system gnu-build-system)
     (native-inputs (list (texlive-updmap.cfg
                           (list texlive-amsfonts))))

base-commit: e4db832a0ec8e3d9d4f01843e4bb7d92c458199e
-- 
2.38.1





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

end of thread, other threads:[~2023-01-22 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 11:44 [bug#60931] [PATCH] gnu: pari-gp: Update to 2.15.2 Andreas Enge
2023-01-22 16:07 ` Simon Tournier
2023-01-22 17:07 ` bug#60931: Close 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.