[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: pari-gp: Update to 2.13.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: pari-gp: Update to 2.13.4. |
Date: |
Tue, 19 Apr 2022 07:22:02 -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 30d8748ca2 gnu: pari-gp: Update to 2.13.4.
30d8748ca2 is described below
commit 30d8748ca2b1a3256e573b5fb71c0e44beaba09c
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Apr 19 13:21:37 2022 +0200
gnu: pari-gp: Update to 2.13.4.
* gnu/packages/algebra.scm (pari-gp): Update to 2.13.4.
---
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 439b3b2946..0d7d826cb0 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -226,7 +226,7 @@ the real span of the lattice.")
(define-public pari-gp
(package
(name "pari-gp")
- (version "2.13.3")
+ (version "2.13.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -234,7 +234,7 @@ the real span of the lattice.")
version ".tar.gz"))
(sha256
(base32
- "1jm1cz1687cz8pl8lgvmyk3l33cms1xbayv38ca4z1f60qb7zfnc"))))
+ "11g1pkrj12dmggj1n6r00ijpnmk3f3dpqsf1h51q34hmmv79xpmw"))))
(build-system gnu-build-system)
(native-inputs
`(("texlive" ,(texlive-updmap.cfg
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: pari-gp: Update to 2.13.4.,
guix-commits <=