aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-06-19 20:17:31 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-06-19 22:07:15 +0300
commit299b05254f1ca6565977d38df1107db4a0ac99aa (patch)
tree1b58c37bef73930eda66c2b808f115ced1960c00
parentfed1898d4e7855de03a276eb4d370ca1d32a789e (diff)
downloadguix-299b05254f1ca6565977d38df1107db4a0ac99aa.tar
guix-299b05254f1ca6565977d38df1107db4a0ac99aa.tar.gz
gnu: glpk: Update to 4.62.
* gnu/packages/maths.scm (glpk): Update to 4.62.
-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 0a43ad465a..37e92b3cf4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -317,7 +317,7 @@ the OCaml language.")
(define-public glpk
(package
(name "glpk")
- (version "4.61")
+ (version "4.62")
(source
(origin
(method url-fetch)
@@ -325,7 +325,7 @@ the OCaml language.")
version ".tar.gz"))
(sha256
(base32
- "1adbvwiaqrv9pql9ry3lhn2vfsxnff2vh4fs477d90kpfx0xwrlq"))))
+ "0w7s3869ybwyq9a4490dikpib1qp3jnn5nqz1vvwqy1qz3ilnvh9"))))
(build-system gnu-build-system)
(inputs
`(("gmp" ,gmp)))