gnu: glpk: Update to 4.62.

* gnu/packages/maths.scm (glpk): Update to 4.62.
This commit is contained in:
Efraim Flashner 2017-06-19 20:17:31 +03:00
parent fed1898d4e
commit 299b05254f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ the OCaml language.")
(define-public glpk (define-public glpk
(package (package
(name "glpk") (name "glpk")
(version "4.61") (version "4.62")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -325,7 +325,7 @@ the OCaml language.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1adbvwiaqrv9pql9ry3lhn2vfsxnff2vh4fs477d90kpfx0xwrlq")))) "0w7s3869ybwyq9a4490dikpib1qp3jnn5nqz1vvwqy1qz3ilnvh9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gmp" ,gmp))) `(("gmp" ,gmp)))