guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/11: gnu: gp2c: Update to 0.0.11pl2.
Date: Tue, 16 Jul 2019 17:00:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a71d42bc304a823beceff0b55cb25fe6b1fb46df
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jul 13 06:12:49 2019 +0200

    gnu: gp2c: Update to 0.0.11pl2.
    
    * gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl2.
---
 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 87eadf0..3c84379 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -267,7 +267,7 @@ PARI is also available as a C library to allow for faster 
computations.")
 (define-public gp2c
   (package
    (name "gp2c")
-   (version "0.0.11pl1")
+   (version "0.0.11pl2")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -275,7 +275,7 @@ PARI is also available as a C library to allow for faster 
computations.")
                   version ".tar.gz"))
             (sha256
               (base32
-                "1c6f6vmncw032kfzrfyr8bynw6yd3faxpy2285r009fmr0zxfs5s"))))
+                "0wqsf05wgkqvmmsx7jinvzdqav6rl56sr8haibgs31nzz4x9xz9g"))))
    (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]