diff options
author | Andreas Enge <andreas@enge.fr> | 2021-07-23 15:28:03 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2021-07-23 15:28:03 +0200 |
commit | b48bc8953db6b9bd7704c2a9c78f16f502ec6e22 (patch) | |
tree | 0991499119e1b64f5dad78f28493bd1634478ed8 /gnu | |
parent | 4e19ad0fde26266a5e3a9ec6d73ad3bf88fc189d (diff) |
gnu: pari-gp: Update to 2.13.2.
* gnu/packages/algebra.scm (pari-gp): Update to 2.13.2.
Diffstat (limited to 'gnu')
-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 533b1f09e0..2b1d82b9ee 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -237,7 +237,7 @@ the real span of the lattice.") (define-public pari-gp (package (name "pari-gp") - (version "2.13.1") + (version "2.13.2") (source (origin (method url-fetch) (uri (string-append @@ -245,7 +245,7 @@ the real span of the lattice.") version ".tar.gz")) (sha256 (base32 - "1cgwdpw8b797883z9y92ixxjkv72kiy65zsw2qqf5and1kbzgv41")))) + "095s7vdlsxmxa0n0l1a082m6gjaypqfqkaj99z8j7dx0ji89hy8n")))) (build-system gnu-build-system) (native-inputs `(("texlive" ,(texlive-union |