gnu: gp2c: Update to 0.0.12.

* gnu/packages/algebra.scm (gp2c): Update to 0.0.12.
This commit is contained in:
Andreas Enge 2020-12-13 15:07:40 +01:00
parent 1f49ab6ee2
commit 19c782b3ca
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -276,7 +276,7 @@ (define-public pari-gp
(define-public gp2c
(package
(name "gp2c")
(version "0.0.11pl4")
(version "0.0.12")
(source (origin
(method url-fetch)
(uri (string-append
@ -284,7 +284,7 @@ (define-public gp2c
version ".tar.gz"))
(sha256
(base32
"1cnnh7diqc97q76q5pyhpbljbhc0sz8mlrbqgiwi0sjkgh8iqsj0"))))
"039ip7qkwwv46wrcdrz7y12m30kazzkjr44kqbc0h137g4wzd7zf"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
(inputs `(("pari-gp" ,pari-gp)))