summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-07-26 10:15:54 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-07-26 10:15:54 +0300
commit1cae188e61bb1e8a896bee2ac9bbe066f2f6e92d (patch)
tree24a68fe01b335714cb40770699cfe662cdf136a2 /gnu/packages/maths.scm
parent4f038621a5f6a6a4178c8bd0926cb3ae6a55f7ea (diff)
downloadpatches-1cae188e61bb1e8a896bee2ac9bbe066f2f6e92d.tar
patches-1cae188e61bb1e8a896bee2ac9bbe066f2f6e92d.tar.gz
gnu: glpk: Update to 4.63.
* gnu/packages/maths.scm (glpk): Update to 4.63.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 287710d4fc..7d4cb45b18 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -316,7 +316,7 @@ the OCaml language.")
(define-public glpk
(package
(name "glpk")
- (version "4.62")
+ (version "4.63")
(source
(origin
(method url-fetch)
@@ -324,7 +324,7 @@ the OCaml language.")
version ".tar.gz"))
(sha256
(base32
- "0w7s3869ybwyq9a4490dikpib1qp3jnn5nqz1vvwqy1qz3ilnvh9"))))
+ "1xp7nclmp8inp20968bvvfcwmz3mz03sbm0v3yjz8aqwlpqjfkci"))))
(build-system gnu-build-system)
(inputs
`(("gmp" ,gmp)))