guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: pari-gp: Update to 2.11.3.


From: guix-commits
Subject: 01/02: gnu: pari-gp: Update to 2.11.3.
Date: Tue, 7 Apr 2020 08:01:53 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit bf82d83c60bc52886bb52390ebb02d5197cc8962
Author: Andreas Enge <address@hidden>
AuthorDate: Tue Apr 7 13:59:28 2020 +0200

    gnu: pari-gp: Update to 2.11.3.
    
    * gnu/packages/algebra.scm (pari-gp): Update to 2.11.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 081666c..e4363dd 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.2")
+    (version "2.11.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -235,7 +235,7 @@ the real span of the lattice.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0fck8ssmirl8fy7s4mspgrxjs5sag76xbshqlqzkcl3kqyrk4raa"))))
+                "1jd65h2psrmba2dx7rkf5qidf9ka0cwbsg20pd18k45ggr30l467"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("texlive" ,(texlive-union



reply via email to

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