diff options
author | Andreas Enge <andreas@enge.fr> | 2024-10-07 16:20:12 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-01-16 11:24:18 +0100 |
commit | 9bc10b64b048b64af2ade03c9f818173d9b839be (patch) | |
tree | 3d96b034f59f1896a5c33bb95ab9ab84b7f9d013 | |
parent | ea7c240bd37fcb67a1f794e10db9a7ec02874578 (diff) |
gnu: gp2c: Update to 0.0.14.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.14.
Change-Id: Ia45f9fae34f0a63a434ab5f7120cf1fba943161b
-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 f71fd46c33..b837cf7138 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -285,7 +285,7 @@ PARI is also available as a C library to allow for faster computations.") (define-public gp2c (package (name "gp2c") - (version "0.0.13") + (version "0.0.14") (source (origin (method url-fetch) (uri (string-append @@ -293,7 +293,7 @@ PARI is also available as a C library to allow for faster computations.") version ".tar.gz")) (sha256 (base32 - "0dlxlrwwvhmjljjzsq95fsm14j5n5353snd92b0pdg9ylzn784r6")))) + "0c3v1g04mkb45xrcrxr9xzp61nnql38k6i6s77i5f14l0b614qdg")))) (build-system gnu-build-system) (native-inputs (list perl)) (inputs (list pari-gp)) |