mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: pari-gp: Update to 2.15.4.
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.4.
This commit is contained in:
parent
ef0a45c641
commit
a37d2e9187
1 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ (define-public python-fpylll
|
||||||
(define-public pari-gp
|
(define-public pari-gp
|
||||||
(package
|
(package
|
||||||
(name "pari-gp")
|
(name "pari-gp")
|
||||||
(version "2.15.3")
|
(version "2.15.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -234,7 +234,7 @@ (define-public pari-gp
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s4jasvb3ghvxp9s2ifmr0lk7ckj9529zg28icmdgbyd723abxdd"))))
|
"03swii601kxnphl6v7wv0rh2xn4rz6xbljzvfw5v9py6w3z5nm63"))))
|
||||||
(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