diff options
author | Andreas Enge <andreas@enge.fr> | 2022-11-07 19:05:11 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2022-11-07 19:05:11 +0100 |
commit | b670dc6c8a38a237308ae8243ac311b63c533290 (patch) | |
tree | cd847253f32b5a592ddd276b26510baebc952d08 /gnu/packages | |
parent | b6bc52ff8c82bf392f0cf718a1d99e99d820177c (diff) | |
download | guix-b670dc6c8a38a237308ae8243ac311b63c533290.tar.gz guix-b670dc6c8a38a237308ae8243ac311b63c533290.zip |
gnu: pari-gp: Update to 2.15.1.
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index ec762327de..3e27c349ed 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -224,7 +224,7 @@ the real span of the lattice.") (define-public pari-gp (package (name "pari-gp") - (version "2.15.0") + (version "2.15.1") (source (origin (method url-fetch) (uri (string-append @@ -232,7 +232,7 @@ the real span of the lattice.") version ".tar.gz")) (sha256 (base32 - "11anfn2lmixi83208p8qxjhwkrrad9s2qqfrl3wy9m0n1lg8ax74")))) + "0gcyj0p0z5s1i9y67z5awwmmdvqrisvyrq22gvkbx1b6gjvrsha5")))) (build-system gnu-build-system) (native-inputs (list (texlive-updmap.cfg (list texlive-amsfonts)))) |