[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gp2c: Update to 0.0.12.
From: |
guix-commits |
Subject: |
branch master updated: gnu: gp2c: Update to 0.0.12. |
Date: |
Sun, 13 Dec 2020 09:08:47 -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 19c782b gnu: gp2c: Update to 0.0.12.
19c782b is described below
commit 19c782b3cab617f6d628c342308632e1dde44a22
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sun Dec 13 15:07:40 2020 +0100
gnu: gp2c: Update to 0.0.12.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.12.
---
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 5b39144..f82c839 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -276,7 +276,7 @@ PARI is also available as a C library to allow for faster
computations.")
(define-public gp2c
(package
(name "gp2c")
- (version "0.0.11pl4")
+ (version "0.0.12")
(source (origin
(method url-fetch)
(uri (string-append
@@ -284,7 +284,7 @@ PARI is also available as a C library to allow for faster
computations.")
version ".tar.gz"))
(sha256
(base32
- "1cnnh7diqc97q76q5pyhpbljbhc0sz8mlrbqgiwi0sjkgh8iqsj0"))))
+ "039ip7qkwwv46wrcdrz7y12m30kazzkjr44kqbc0h137g4wzd7zf"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
(inputs `(("pari-gp" ,pari-gp)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gp2c: Update to 0.0.12.,
guix-commits <=