gnu: r-lpsolve: Update to 5.6.13.2.

* gnu/packages/cran.scm (r-lpsolve): Update to 5.6.13.2.
This commit is contained in:
Ricardo Wurmus 2019-08-06 14:41:01 +02:00
parent 4522ec869b
commit 80cdd36fe8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2230,14 +2230,14 @@ (define-public r-emdbook
(define-public r-lpsolve
(package
(name "r-lpsolve")
(version "5.6.13.1")
(version "5.6.13.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "lpSolve" version))
(sha256
(base32
"1f10ywlaaldgjj84vs108ly0nsbkrdgbn5d6qj7nk93j1x1xrn3a"))))
"0fc5m259ayc880f5hvnq59ih6nb2rlp394n756n1khmxbjpw1w3m"))))
(properties `((upstream-name . "lpSolve")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/lpSolve")