me
/
guix
Archived
1
0
Fork 0

gnu: glpk: Update to 4.63.

* gnu/packages/maths.scm (glpk): Update to 4.63.
master
Efraim Flashner 2017-07-26 10:15:54 +03:00
parent 4f038621a5
commit 1cae188e61
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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