summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2017-02-07 13:32:03 +0100
committerAndreas Enge <andreas@enge.fr>2017-03-03 16:10:23 +0100
commit0a77fdf4b8732598e341a6793503ea4847e0c760 (patch)
tree44acaedc3190ea4c5df3f78d2525c31010027bd2 /gnu/packages/algebra.scm
parentaada6f371edf3f6f974111e7c3ddab06bd29efc7 (diff)
downloadpatches-0a77fdf4b8732598e341a6793503ea4847e0c760.tar
patches-0a77fdf4b8732598e341a6793503ea4847e0c760.tar.gz
gp2c: Update to 0.10.0.
* gnu/packages/algebra.scm (gp2c): Update to 0.10.0.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r--gnu/packages/algebra.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 57f97e604a..be4c48f72d 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -168,7 +168,7 @@ PARI is also available as a C library to allow for faster computations.")
(define-public gp2c
(package
(name "gp2c")
- (version "0.0.9pl5")
+ (version "0.0.10")
(source (origin
(method url-fetch)
(uri (string-append
@@ -176,7 +176,7 @@ PARI is also available as a C library to allow for faster computations.")
version ".tar.gz"))
(sha256
(base32
- "1q003mkagc5ib6lqb2xfay7j4ffkwv7xlnznp6wdrq2sbqq4vyak"))))
+ "1xhpz5p81iw261ay1kip283ggr0ir8ydz8qx3v24z8jfms1r3y70"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
(inputs `(("pari-gp" ,pari-gp)))