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


From: Andreas Enge
Subject: 01/02: gnu: pari-gp: Update to 2.7.6.
Date: Fri, 24 Jun 2016 14:22:25 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit c19a61bb3eef393cfadbe40e9ea9adf45e22a8be
Author: Andreas Enge <address@hidden>
Date:   Fri Jun 24 13:56:07 2016 +0200

    gnu: pari-gp: Update to 2.7.6.
    
    * gnu/packages/algebra.scm (pari-gp): Update to 2.7.6.
---
 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 12691da..b0ffd70 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -128,7 +128,7 @@ solve the shortest vector problem.")
 (define-public pari-gp
   (package
    (name "pari-gp")
-   (version "2.7.5")
+   (version "2.7.6")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -136,7 +136,7 @@ solve the shortest vector problem.")
                   version ".tar.gz"))
             (sha256
               (base32
-                "0c8l83a0gjq73r9hndsrzkypwxvnnm4pxkkzbg6jm95m80nzwh11"))))
+                "04dqi697czd8mmw8aiwzrkgbvkjassqagg6lfy3lkf1k5qi9g9rr"))))
    (build-system gnu-build-system)
    (native-inputs `(("texlive" ,texlive-minimal)))
    (inputs `(("gmp" ,gmp)



reply via email to

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