summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-08-31 12:20:55 +0200
committerAndreas Enge <andreas@enge.fr>2013-08-31 12:20:55 +0200
commitd9c4b6e944918532382f999735b040125dc6ebe0 (patch)
tree9fd6ed88f365aece7e538d2f7189e4cf66f84b2d /gnu
parent71e0f28856558a1c8da76ab55689a3d7a29acd5a (diff)
downloadguix-patches-d9c4b6e944918532382f999735b040125dc6ebe0.tar
guix-patches-d9c4b6e944918532382f999735b040125dc6ebe0.tar.gz
gnu: pari-gp: Update to 2.5.4.
* gnu/packages/algebra.scm (pari-gp): Update to 2.5.4.
Diffstat (limited to 'gnu')
-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 b92882a100..6c294c814a 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -81,14 +81,14 @@ solve the shortest vector problem.")
(define-public pari-gp
(package
(name "pari-gp")
- (version "2.5.3")
+ (version "2.5.4")
(source (origin
(method url-fetch)
(uri (string-append
"http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-"
version ".tar.gz"))
(sha256 (base32
- "0zsjccnnv00kwj2gk3ww2v530kjin1rgj8p8hbl4pwcnwc7m68gl"))))
+ "0gpsj5n8d1gyl7nq2y915sscs3d334ryrv8qgjdwqf3cr95f2dwz"))))
(build-system gnu-build-system)
(inputs `(("gmp" ,gmp)
("perl" ,perl)