diff options
author | Andreas Enge <andreas@enge.fr> | 2024-02-26 16:40:53 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-04-29 15:47:48 +0200 |
commit | 64ed1f9eec9596512b067af67799997f1e1e5c8e (patch) | |
tree | f1d8a96b4606dc2105787372623d2c0917285169 /gnu/packages/algebra.scm | |
parent | 6489f97f4a999b9b5e9b1a16d51c905e0cde4cdf (diff) | |
download | guix-64ed1f9eec9596512b067af67799997f1e1e5c8e.tar.gz |
gnu: pari-gp: Update to 2.15.5.
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.5. Change-Id: I1facc04b52153b924f4575725404eab4477dad9f
Diffstat (limited to 'gnu/packages/algebra.scm')
-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 d63822a263..219bad4ec7 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -228,7 +228,7 @@ the real span of the lattice.") (define-public pari-gp (package (name "pari-gp") - (version "2.15.4") + (version "2.15.5") (source (origin (method url-fetch) (uri (string-append @@ -236,7 +236,7 @@ the real span of the lattice.") version ".tar.gz")) (sha256 (base32 - "03swii601kxnphl6v7wv0rh2xn4rz6xbljzvfw5v9py6w3z5nm63")))) + "10grsn8wr8k02akj8f8wm1rhzrk0qls4phr46gv59nfr2msxmz8f")))) (build-system gnu-build-system) (native-inputs (list (texlive-updmap.cfg))) (inputs (list gmp libx11 perl readline)) |