gnu: lpsolve: Update to 5.5.2.5.

* gnu/packages/maths.scm (lpsolve): Update to 5.5.2.5.
master
Tobias Geerinckx-Rice 2018-02-21 06:50:30 +01:00
parent 453c002679
commit a89e0cf581
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3047,7 +3047,7 @@ specifications.")
(define-public lpsolve
(package
(name "lpsolve")
(version "5.5.2.0")
(version "5.5.2.5")
(source
(origin
(method url-fetch)
@ -3055,7 +3055,7 @@ specifications.")
"/lp_solve_" version "_source.tar.gz"))
(sha256
(base32
"176c7f023mb6b8bfmv4rfqnrlw88lsg422ca74zjh19i2h5s69sq"))
"12pj1idjz31r7c2mb5w03vy1cmvycvbkx9z29s40qdmkp1i7q6i0"))
(modules '((guix build utils)))
(snippet
'(substitute* (list "lp_solve/ccc" "lpsolve55/ccc")