[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: pari-gp: Update to 2.13.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: pari-gp: Update to 2.13.2. |
Date: |
Fri, 23 Jul 2021 09:29:06 -0400 |
This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b48bc89 gnu: pari-gp: Update to 2.13.2.
b48bc89 is described below
commit b48bc8953db6b9bd7704c2a9c78f16f502ec6e22
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Jul 23 15:28:03 2021 +0200
gnu: pari-gp: Update to 2.13.2.
* gnu/packages/algebra.scm (pari-gp): Update to 2.13.2.
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 533b1f0..2b1d82b 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: pari-gp: Update to 2.13.2.,
guix-commits <=