mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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:
parent
ea7c240bd3
commit
9bc10b64b0
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ (define-public pari-gp
|
||||||
(define-public gp2c
|
(define-public gp2c
|
||||||
(package
|
(package
|
||||||
(name "gp2c")
|
(name "gp2c")
|
||||||
(version "0.0.13")
|
(version "0.0.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -293,7 +293,7 @@ (define-public gp2c
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dlxlrwwvhmjljjzsq95fsm14j5n5353snd92b0pdg9ylzn784r6"))))
|
"0c3v1g04mkb45xrcrxr9xzp61nnql38k6i6s77i5f14l0b614qdg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list perl))
|
(native-inputs (list perl))
|
||||||
(inputs (list pari-gp))
|
(inputs (list pari-gp))
|
||||||
|
|
Loading…
Reference in a new issue