gnu: gp2c: Update to 0.0.14.

* gnu/packages/algebra.scm (gp2c): Update to 0.0.14.

Change-Id: Ia45f9fae34f0a63a434ab5f7120cf1fba943161b
This commit is contained in:
Andreas Enge 2024-10-07 16:20:12 +02:00
parent ea7c240bd3
commit 9bc10b64b0
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -285,7 +285,7 @@ (define-public pari-gp
(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 @@ (define-public gp2c
version ".tar.gz"))
(sha256
(base32
"0dlxlrwwvhmjljjzsq95fsm14j5n5353snd92b0pdg9ylzn784r6"))))
"0c3v1g04mkb45xrcrxr9xzp61nnql38k6i6s77i5f14l0b614qdg"))))
(build-system gnu-build-system)
(native-inputs (list perl))
(inputs (list pari-gp))