This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f2d52e1853 gnu: gp2c: Update to 0.0.14pl1.
f2d52e1853 is described below

commit f2d52e1853ed1928856ea3ad69b3a550f3540814
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Feb 13 14:21:23 2026 +0100

    gnu: gp2c: Update to 0.0.14pl1.
    
    * gnu/packages/algebra.scm (gp2c): Update to 0.0.14pl1.
    
    Change-Id: I8cba8f962c931217b806dbcea3c86823a0dec65d
---
 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 1d0aee7b88..05820f5083 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -313,7 +313,7 @@ PARI is also available as a C library to allow for faster 
computations.")
 (define-public gp2c
   (package
    (name "gp2c")
-   (version "0.0.14")
+   (version "0.0.14pl1")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -321,7 +321,7 @@ PARI is also available as a C library to allow for faster 
computations.")
                   version ".tar.gz"))
             (sha256
               (base32
-                "0c3v1g04mkb45xrcrxr9xzp61nnql38k6i6s77i5f14l0b614qdg"))))
+                "1g160xg8p624vg1ms7mz34zrb9132ppwwrpqi4ldqqkqzlhf0p14"))))
    (build-system gnu-build-system)
    (native-inputs (list perl))
    (inputs (list pari-gp))

Reply via email to