[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gp2c: Update to 0.0.9pl2.
From: |
Andreas Enge |
Subject: |
01/01: gnu: gp2c: Update to 0.0.9pl2. |
Date: |
Mon, 12 Jan 2015 12:32:30 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit a63ffe03d44a20072d8c0b7913069737de6161bc
Author: Andreas Enge <address@hidden>
Date: Mon Jan 12 13:31:35 2015 +0100
gnu: gp2c: Update to 0.0.9pl2.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl2.
---
gnu/packages/algebra.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index c567648..2973c68 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -123,14 +123,14 @@ PARI is also available as a C library to allow for faster
computations.")
(define-public gp2c
(package
(name "gp2c")
- (version "0.0.9pl1")
+ (version "0.0.9pl2")
(source (origin
(method url-fetch)
(uri (string-append
"http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-"
version ".tar.gz"))
(sha256 (base32
- "1p36060vwhn38j77r4c3jqyaslvhvgm6fdw2486k7krxk5ai7ph5"))))
+ "02h35fwz1caicii7fj8zb9ky4hcrd8rqmzkyvhbls0r05yg5bwwb"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
(inputs `(("pari-gp" ,pari-gp)))