diff options
author | Andreas Enge <andreas@enge.fr> | 2023-07-10 19:32:45 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-07-10 19:32:45 +0200 |
commit | a37d2e91872cd86fbbddc7a32d1a5e497dd5f5cd (patch) | |
tree | 7d310c37d5c134714f02b9595c0f4fa078fa679f | |
parent | ef0a45c6413a35e0e7ee375cab2c6f7bc468ab5a (diff) | |
download | guix-a37d2e91872cd86fbbddc7a32d1a5e497dd5f5cd.tar.gz |
gnu: pari-gp: Update to 2.15.4.
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.4.
-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 3babf90b3c..c755bc7060 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -226,7 +226,7 @@ the real span of the lattice.") (define-public pari-gp (package (name "pari-gp") - (version "2.15.3") + (version "2.15.4") (source (origin (method url-fetch) (uri (string-append @@ -234,7 +234,7 @@ the real span of the lattice.") version ".tar.gz")) (sha256 (base32 - "0s4jasvb3ghvxp9s2ifmr0lk7ckj9529zg28icmdgbyd723abxdd")))) + "03swii601kxnphl6v7wv0rh2xn4rz6xbljzvfw5v9py6w3z5nm63")))) (build-system gnu-build-system) (native-inputs (list (texlive-updmap.cfg (list texlive-amsfonts)))) |