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.11pl3.


From: guix-commits
Subject: 02/02: gnu: gp2c: Update to 0.0.11pl3.
Date: Tue, 7 Apr 2020 08:01:53 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 11abc24a03c1db8e5d9dc735abdfeb2968798254
Author: Andreas Enge <address@hidden>
AuthorDate: Tue Apr 7 14:01:05 2020 +0200

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