diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-13 14:21:23 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-13 14:21:23 +0100 |
| commit | f2d52e1853ed1928856ea3ad69b3a550f3540814 (patch) | |
| tree | 8ef59c522ca6245d26fa3189ebe21bfd95056b60 /gnu | |
| parent | 29a6ae65432585ea587fbdefe465de5790c2d4f9 (diff) | |
gnu: gp2c: Update to 0.0.14pl1.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.14pl1.
Change-Id: I8cba8f962c931217b806dbcea3c86823a0dec65d
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 1d0aee7b880..05820f50839 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)) |
