diff options
author | Andreas Enge <andreas@enge.fr> | 2021-02-12 12:13:10 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2021-02-12 12:13:10 +0100 |
commit | 9d22c0ca3957b27b461191007814a4ee4fe44aff (patch) | |
tree | 570cb890202ea03dda801f6327c01b95723e6754 /gnu/packages/algebra.scm | |
parent | fb3b4ffbb7b56a8b3399e80cee8315cca7c4e1a4 (diff) | |
download | guix-9d22c0ca3957b27b461191007814a4ee4fe44aff.tar.gz |
gnu: pari-gp: Update to 2.13.1.
* gnu/packages/algebra.scm (pari-gp): Update to 2.13.1.
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 4699f766b5..aedfdb58e7 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -234,7 +234,7 @@ the real span of the lattice.") (define-public pari-gp (package (name "pari-gp") - (version "2.13.0") + (version "2.13.1") (source (origin (method url-fetch) (uri (string-append @@ -242,7 +242,7 @@ the real span of the lattice.") version ".tar.gz")) (sha256 (base32 - "14xs90wrw8mbdx08hxlbhiahp6kgjq6yh27zjw7fvhfjx5nr84f8")))) + "1cgwdpw8b797883z9y92ixxjkv72kiy65zsw2qqf5and1kbzgv41")))) (build-system gnu-build-system) (native-inputs `(("texlive" ,(texlive-union |