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


From: guix-commits
Subject: branch master updated: gnu: pari-gp: Update to 2.13.0.
Date: Tue, 20 Oct 2020 11:12:17 -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 6657d73  gnu: pari-gp: Update to 2.13.0.
6657d73 is described below

commit 6657d739422f6fd6b6531b1f4769f54f91ba87aa
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Oct 20 16:59:04 2020 +0200

    gnu: pari-gp: Update to 2.13.0.
    
    * gnu/packages/algebra.scm (pari-gp): Update to 2.13.0.
---
 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 b712d3a..2dca86c 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.11.4")
+    (version "2.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -242,7 +242,7 @@ the real span of the lattice.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "070bjw4kg7r6lqs1hfs08n5fmjv90cpwflp3wr04hbrmyz28zj5z"))))
+                "14xs90wrw8mbdx08hxlbhiahp6kgjq6yh27zjw7fvhfjx5nr84f8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("texlive" ,(texlive-union



reply via email to

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