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


From: guix-commits
Subject: branch master updated: gnu: pari-gp: Update to 2.11.4.
Date: Wed, 22 Apr 2020 12:30:49 -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 f916ac1  gnu: pari-gp: Update to 2.11.4.
f916ac1 is described below

commit f916ac128a2c4f65f06f6a5148a4862855754d1a
Author: Andreas Enge <address@hidden>
AuthorDate: Wed Apr 22 18:29:52 2020 +0200

    gnu: pari-gp: Update to 2.11.4.
    
    * gnu/packages/algebra.scm (pari-gp): Update to 2.11.4.
---
 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 5673968..34fb9ee 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -227,7 +227,7 @@ the real span of the lattice.")
 (define-public pari-gp
   (package
     (name "pari-gp")
-    (version "2.11.3")
+    (version "2.11.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -235,7 +235,7 @@ the real span of the lattice.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1jd65h2psrmba2dx7rkf5qidf9ka0cwbsg20pd18k45ggr30l467"))))
+                "070bjw4kg7r6lqs1hfs08n5fmjv90cpwflp3wr04hbrmyz28zj5z"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("texlive" ,(texlive-union



reply via email to

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