summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2021-07-23 15:28:03 +0200
committerAndreas Enge <andreas@enge.fr>2021-07-23 15:28:03 +0200
commitb48bc8953db6b9bd7704c2a9c78f16f502ec6e22 (patch)
tree0991499119e1b64f5dad78f28493bd1634478ed8 /gnu/packages/algebra.scm
parent4e19ad0fde26266a5e3a9ec6d73ad3bf88fc189d (diff)
downloadguix-patches-b48bc8953db6b9bd7704c2a9c78f16f502ec6e22.tar
guix-patches-b48bc8953db6b9bd7704c2a9c78f16f502ec6e22.tar.gz
gnu: pari-gp: Update to 2.13.2.
* gnu/packages/algebra.scm (pari-gp): Update to 2.13.2.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r--gnu/packages/algebra.scm4
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