gnu: r-lpsolve: Update to 5.6.16.

* gnu/packages/cran.scm (r-lpsolve): Update to 5.6.16.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:52:50 +02:00
parent c212709262
commit 3b389cccff
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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