[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: gp2c: Update to 0.0.11pl4.
From: |
guix-commits |
Subject: |
01/02: gnu: gp2c: Update to 0.0.11pl4. |
Date: |
Wed, 22 Jul 2020 06:33:55 -0400 (EDT) |
andreas pushed a commit to branch master
in repository guix.
commit e239135c56efded7af4f9377dfd5a5ea20ba99f3
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Jul 22 12:13:04 2020 +0200
gnu: gp2c: Update to 0.0.11pl4.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl4.
---
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 f8544e6..d12c282 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -273,7 +273,7 @@ PARI is also available as a C library to allow for faster
computations.")
(define-public gp2c
(package
(name "gp2c")
- (version "0.0.11pl3")
+ (version "0.0.11pl4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -281,7 +281,7 @@ PARI is also available as a C library to allow for faster
computations.")
version ".tar.gz"))
(sha256
(base32
- "0yymbrgyjw500hqgmkj5m4nmscd7c9rs9w2c96lxgrcyab8krhrm"))))
+ "1cnnh7diqc97q76q5pyhpbljbhc0sz8mlrbqgiwi0sjkgh8iqsj0"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
(inputs `(("pari-gp" ,pari-gp)))