mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: pari-gp: Update to 2.15.2.
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.2.
This commit is contained in:
parent
091c4d7f0e
commit
15eda456a7
1 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ (define-public python-fpylll
|
||||||
(define-public pari-gp
|
(define-public pari-gp
|
||||||
(package
|
(package
|
||||||
(name "pari-gp")
|
(name "pari-gp")
|
||||||
(version "2.15.1")
|
(version "2.15.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -232,7 +232,7 @@ (define-public pari-gp
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gcyj0p0z5s1i9y67z5awwmmdvqrisvyrq22gvkbx1b6gjvrsha5"))))
|
"1pg0przhb3cgyn0rwkx2mx7a7fpy6bxxl72bk98pca723q8jhimh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list (texlive-updmap.cfg
|
(native-inputs (list (texlive-updmap.cfg
|
||||||
(list texlive-amsfonts))))
|
(list texlive-amsfonts))))
|
||||||
|
|
Loading…
Reference in a new issue