Archived
1
0
Fork 0

gnu: glpk: Update to 4.61.

* gnu/packages/maths.scm (glpk): Update to 4.61.
[home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2017-01-23 18:54:27 +01:00
parent bb2f8bbc5a
commit 82110ef658
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -252,7 +252,7 @@ numbers.")
(define-public glpk (define-public glpk
(package (package
(name "glpk") (name "glpk")
(version "4.60") (version "4.61")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -260,13 +260,13 @@ numbers.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15z2ymzqhxwss6wgdj5f7vkyqlqdsjgrvm0x871kmlx0n0664mhk")))) "1adbvwiaqrv9pql9ry3lhn2vfsxnff2vh4fs477d90kpfx0xwrlq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gmp" ,gmp))) `(("gmp" ,gmp)))
(arguments (arguments
`(#:configure-flags '("--with-gmp"))) `(#:configure-flags '("--with-gmp")))
(home-page "http://www.gnu.org/software/glpk/") (home-page "https://www.gnu.org/software/glpk/")
(synopsis "GNU Linear Programming Kit, supporting the MathProg language") (synopsis "GNU Linear Programming Kit, supporting the MathProg language")
(description (description
"GLPK is a C library for solving large-scale linear programming (LP), "GLPK is a C library for solving large-scale linear programming (LP),