mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gp2c: Update to 0.0.11pl3.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl3.
This commit is contained in:
parent
bf82d83c60
commit
11abc24a03
1 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ (define-public pari-gp
|
|||
(define-public gp2c
|
||||
(package
|
||||
(name "gp2c")
|
||||
(version "0.0.11pl2")
|
||||
(version "0.0.11pl3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -277,7 +277,7 @@ (define-public gp2c
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wqsf05wgkqvmmsx7jinvzdqav6rl56sr8haibgs31nzz4x9xz9g"))))
|
||||
"0yymbrgyjw500hqgmkj5m4nmscd7c9rs9w2c96lxgrcyab8krhrm"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("perl" ,perl)))
|
||||
(inputs `(("pari-gp" ,pari-gp)))
|
||||
|
|
Loading…
Reference in a new issue