[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: pari-gp: Update to 2.13.3.
From: |
guix-commits |
Subject: |
01/03: gnu: pari-gp: Update to 2.13.3. |
Date: |
Mon, 22 Nov 2021 07:41:12 -0500 (EST) |
andreas pushed a commit to branch master
in repository guix.
commit 1d7e603a774e5771da394895a6cd16643f8d0ac7
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Nov 22 10:25:13 2021 +0100
gnu: pari-gp: Update to 2.13.3.
* gnu/packages/algebra.scm (pari-gp): Update to 2.13.3.
---
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 58873c7..0ef9423 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.2")
+ (version "2.13.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -245,7 +245,7 @@ the real span of the lattice.")
version ".tar.gz"))
(sha256
(base32
- "095s7vdlsxmxa0n0l1a082m6gjaypqfqkaj99z8j7dx0ji89hy8n"))))
+ "1jm1cz1687cz8pl8lgvmyk3l33cms1xbayv38ca4z1f60qb7zfnc"))))
(build-system gnu-build-system)
(native-inputs
`(("texlive" ,(texlive-union