mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gp2c: Update to 0.10.0.
* gnu/packages/algebra.scm (gp2c): Update to 0.10.0.
This commit is contained in:
parent
aada6f371e
commit
0a77fdf4b8
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ (define-public pari-gp
|
|||
(define-public gp2c
|
||||
(package
|
||||
(name "gp2c")
|
||||
(version "0.0.9pl5")
|
||||
(version "0.0.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -176,7 +176,7 @@ (define-public gp2c
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q003mkagc5ib6lqb2xfay7j4ffkwv7xlnznp6wdrq2sbqq4vyak"))))
|
||||
"1xhpz5p81iw261ay1kip283ggr0ir8ydz8qx3v24z8jfms1r3y70"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("perl" ,perl)))
|
||||
(inputs `(("pari-gp" ,pari-gp)))
|
||||
|
|
Loading…
Reference in a new issue