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.13.1.


From: guix-commits
Subject: branch master updated: gnu: pari-gp: Update to 2.13.1.
Date: Fri, 12 Feb 2021 06:24:29 -0500

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 9d22c0c  gnu: pari-gp: Update to 2.13.1.
9d22c0c is described below

commit 9d22c0ca3957b27b461191007814a4ee4fe44aff
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Feb 12 12:13:10 2021 +0100

    gnu: pari-gp: Update to 2.13.1.
    
    * gnu/packages/algebra.scm (pari-gp): Update to 2.13.1.
---
 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 4699f76..aedfdb5 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -234,7 +234,7 @@ the real span of the lattice.")
 (define-public pari-gp
   (package
     (name "pari-gp")
-    (version "2.13.0")
+    (version "2.13.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -242,7 +242,7 @@ the real span of the lattice.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "14xs90wrw8mbdx08hxlbhiahp6kgjq6yh27zjw7fvhfjx5nr84f8"))))
+                "1cgwdpw8b797883z9y92ixxjkv72kiy65zsw2qqf5and1kbzgv41"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("texlive" ,(texlive-union



reply via email to

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