mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: pari-gp: Update to 2.15.0.
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.0. Modernize syntax.
This commit is contained in:
parent
e883ea89c6
commit
2ae22cafe7
1 changed files with 4 additions and 5 deletions
|
@ -221,7 +221,7 @@ (define-public python-fpylll
|
||||||
(define-public pari-gp
|
(define-public pari-gp
|
||||||
(package
|
(package
|
||||||
(name "pari-gp")
|
(name "pari-gp")
|
||||||
(version "2.13.4")
|
(version "2.15.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -229,11 +229,10 @@ (define-public pari-gp
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11g1pkrj12dmggj1n6r00ijpnmk3f3dpqsf1h51q34hmmv79xpmw"))))
|
"11anfn2lmixi83208p8qxjhwkrrad9s2qqfrl3wy9m0n1lg8ax74"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs (list (texlive-updmap.cfg
|
||||||
`(("texlive" ,(texlive-updmap.cfg
|
(list texlive-amsfonts))))
|
||||||
(list texlive-amsfonts)))))
|
|
||||||
(inputs (list gmp libx11 perl readline))
|
(inputs (list gmp libx11 perl readline))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags '("all")
|
'(#:make-flags '("all")
|
||||||
|
|
Loading…
Reference in a new issue