[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: pari-gp: Update to 2.15.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: pari-gp: Update to 2.15.2. |
Date: |
Sun, 22 Jan 2023 12:06:41 -0500 |
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 15eda456a7 gnu: pari-gp: Update to 2.15.2.
15eda456a7 is described below
commit 15eda456a72dc8a8c7a9ea4444475592dcaf1dc9
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Jan 18 12:37:15 2023 +0100
gnu: pari-gp: Update to 2.15.2.
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.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 3ceef8ecd2..e266647c73 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -224,7 +224,7 @@ the real span of the lattice.")
(define-public pari-gp
(package
(name "pari-gp")
- (version "2.15.1")
+ (version "2.15.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -232,7 +232,7 @@ the real span of the lattice.")
version ".tar.gz"))
(sha256
(base32
- "0gcyj0p0z5s1i9y67z5awwmmdvqrisvyrq22gvkbx1b6gjvrsha5"))))
+ "1pg0przhb3cgyn0rwkx2mx7a7fpy6bxxl72bk98pca723q8jhimh"))))
(build-system gnu-build-system)
(native-inputs (list (texlive-updmap.cfg
(list texlive-amsfonts))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: pari-gp: Update to 2.15.2.,
guix-commits <=