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


From: Andreas Enge
Subject: 01/01: gnu: pari-gp: Update to 2.7.4.
Date: Tue, 07 Jul 2015 11:19:45 +0000

andreas pushed a commit to branch master
in repository guix.

commit 66b2b085ce0e320a37b405024a773afc891ad3e9
Author: Andreas Enge <address@hidden>
Date:   Tue Jul 7 13:19:09 2015 +0200

    gnu: pari-gp: Update to 2.7.4.
    
    * gnu/packages/algebra.scm (pari-gp): Update to 2.7.4.
---
 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 1fa0a16..7f9fd28 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -84,7 +84,7 @@ solve the shortest vector problem.")
 (define-public pari-gp
   (package
    (name "pari-gp")
-   (version "2.7.3")
+   (version "2.7.4")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -92,7 +92,7 @@ solve the shortest vector problem.")
                   version ".tar.gz"))
             (sha256
               (base32
-                "02k54m7p47r54lgxqanxvf7pdrss17n8if1qwk5wx0j1px22j0rq"))))
+                "0k1qqagfl6zn7gvwmsqffj6g9yrzqvszwh2mblhmxpjlw1pigfh8"))))
    (build-system gnu-build-system)
    (inputs `(("gmp" ,gmp)
              ("perl" ,perl)



reply via email to

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