guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gp2c: Update to 0.0.9pl3.


From: Andreas Enge
Subject: 01/01: gnu: gp2c: Update to 0.0.9pl3.
Date: Thu, 23 Jul 2015 20:45:15 +0000

andreas pushed a commit to branch master
in repository guix.

commit 324bdcd87e543d3bee1754ba38b41bfaa4b232dc
Author: Andreas Enge <address@hidden>
Date:   Thu Jul 23 22:20:00 2015 +0200

    gnu: gp2c: Update to 0.0.9pl3.
    
    * gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl3.
---
 gnu/packages/algebra.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 274dd80..c344569 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -125,14 +125,15 @@ PARI is also available as a C library to allow for faster 
computations.")
 (define-public gp2c
   (package
    (name "gp2c")
-   (version "0.0.9pl2")
+   (version "0.0.9pl3")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-";
                   version ".tar.gz"))
-            (sha256 (base32
-                     "02h35fwz1caicii7fj8zb9ky4hcrd8rqmzkyvhbls0r05yg5bwwb"))))
+            (sha256
+              (base32
+                "0wbghihwlcx3w4j1la3bjf5gcrkk6lp9syw6iimqndq1f73ijlq3"))))
    (build-system gnu-build-system)
    (native-inputs `(("perl" ,perl)))
    (inputs `(("pari-gp" ,pari-gp)))



reply via email to

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