gnu: glpk: Update to 4.64.
* gnu/packages/maths.scm (glpk): Update to 4.64.
This commit is contained in:
parent
0e1b4d8eec
commit
dec2ade108
1 changed files with 2 additions and 2 deletions
|
@ -335,7 +335,7 @@ (define-public ocaml4.01-gsl
|
|||
(define-public glpk
|
||||
(package
|
||||
(name "glpk")
|
||||
(version "4.63")
|
||||
(version "4.64")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -343,7 +343,7 @@ (define-public glpk
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xp7nclmp8inp20968bvvfcwmz3mz03sbm0v3yjz8aqwlpqjfkci"))))
|
||||
"096cqgjc7vkq6wd8znhcxjbs1s2rym3qf753fqxrrq531vs6g4jk"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("gmp" ,gmp)))
|
||||
|
|
Loading…
Reference in a new issue