guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: pari-gp: Update to 2.15.3.


From: guix-commits
Subject: branch master updated: gnu: pari-gp: Update to 2.15.3.
Date: Mon, 27 Mar 2023 05:25:27 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 79e31f7a7a gnu: pari-gp: Update to 2.15.3.
79e31f7a7a is described below

commit 79e31f7a7ac402fdff2d519ccd176dd173e0e625
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Mar 21 15:37:51 2023 +0100

    gnu: pari-gp: Update to 2.15.3.
    
    * 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 42384ecd82..830f967f1c 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -226,7 +226,7 @@ the real span of the lattice.")
 (define-public pari-gp
   (package
     (name "pari-gp")
-    (version "2.15.2")
+    (version "2.15.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -234,7 +234,7 @@ the real span of the lattice.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1pg0przhb3cgyn0rwkx2mx7a7fpy6bxxl72bk98pca723q8jhimh"))))
+                "0s4jasvb3ghvxp9s2ifmr0lk7ckj9529zg28icmdgbyd723abxdd"))))
     (build-system gnu-build-system)
     (native-inputs (list (texlive-updmap.cfg
                           (list texlive-amsfonts))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]