mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: gp2c: Update to 0.0.11pl1.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl1.
This commit is contained in:
parent
03592a6f88
commit
44ff80fc0e
1 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ (define-public pari-gp
|
|||
(define-public gp2c
|
||||
(package
|
||||
(name "gp2c")
|
||||
(version "0.0.11")
|
||||
(version "0.0.11pl1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -187,7 +187,7 @@ (define-public gp2c
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1z69xj2dpd8yyi8108rz26c50xpv0k2j8qnk0bzy1c5lw3pd1adm"))))
|
||||
"1c6f6vmncw032kfzrfyr8bynw6yd3faxpy2285r009fmr0zxfs5s"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("perl" ,perl)))
|
||||
(inputs `(("pari-gp" ,pari-gp)))
|
||||
|
|
Loading…
Reference in a new issue