guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gp2c: Update to 0.0.11.


From: Andreas Enge
Subject: 02/02: gnu: gp2c: Update to 0.0.11.
Date: Fri, 20 Jul 2018 04:54:48 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit a2662bfe9ccedc9d791696424988dcadff9247b0
Author: Andreas Enge <address@hidden>
Date:   Fri Jul 20 10:45:54 2018 +0200

    gnu: gp2c: Update to 0.0.11.
    
    * gnu/packages/algebra.scm (gp2c): Update to 0.0.11.
---
 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 f0abe4e..2a17ea5 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -179,7 +179,7 @@ PARI is also available as a C library to allow for faster 
computations.")
 (define-public gp2c
   (package
    (name "gp2c")
-   (version "0.0.10")
+   (version "0.0.11")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -187,7 +187,7 @@ PARI is also available as a C library to allow for faster 
computations.")
                   version ".tar.gz"))
             (sha256
               (base32
-                "1xhpz5p81iw261ay1kip283ggr0ir8ydz8qx3v24z8jfms1r3y70"))))
+                "1z69xj2dpd8yyi8108rz26c50xpv0k2j8qnk0bzy1c5lw3pd1adm"))))
    (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]