mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: gp2c: Update to 0.0.13.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.13.
This commit is contained in:
parent
2ae22cafe7
commit
6885f22375
1 changed files with 2 additions and 2 deletions
|
@ -260,7 +260,7 @@ (define-public pari-gp
|
||||||
(define-public gp2c
|
(define-public gp2c
|
||||||
(package
|
(package
|
||||||
(name "gp2c")
|
(name "gp2c")
|
||||||
(version "0.0.12")
|
(version "0.0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -268,7 +268,7 @@ (define-public gp2c
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"039ip7qkwwv46wrcdrz7y12m30kazzkjr44kqbc0h137g4wzd7zf"))))
|
"0dlxlrwwvhmjljjzsq95fsm14j5n5353snd92b0pdg9ylzn784r6"))))
|
||||||
(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