guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pari-gp: Update to 2.7.5.


From: Andreas Enge
Subject: 01/01: gnu: pari-gp: Update to 2.7.5.
Date: Mon, 16 Nov 2015 02:52:51 +0000

andreas pushed a commit to branch master
in repository guix.

commit 000e36f2eec02b8bf57bd54e857e56628e184b31
Author: Andreas Enge <address@hidden>
Date:   Mon Nov 16 03:51:34 2015 +0100

    gnu: pari-gp: Update to 2.7.5.
    
    * gnu/packages/algebra.scm (pari-gp): Update to 2.7.5.
---
 gnu/packages/algebra.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 2ea6c1f..07dfaaf 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -115,7 +115,7 @@ solve the shortest vector problem.")
 (define-public pari-gp
   (package
    (name "pari-gp")
-   (version "2.7.4")
+   (version "2.7.5")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -123,7 +123,7 @@ solve the shortest vector problem.")
                   version ".tar.gz"))
             (sha256
               (base32
-                "0k1qqagfl6zn7gvwmsqffj6g9yrzqvszwh2mblhmxpjlw1pigfh8"))))
+                "0c8l83a0gjq73r9hndsrzkypwxvnnm4pxkkzbg6jm95m80nzwh11"))))
    (build-system gnu-build-system)
    (inputs `(("gmp" ,gmp)
              ("libx11" ,libx11)



reply via email to

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