mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-osqp: Update to 0.6.3.2.
* gnu/packages/cran.scm (r-osqp): Update to 0.6.3.2. Change-Id: Ie47f155f8bee02e0dd3be7c3b9b78881d0719018
This commit is contained in:
parent
b9b85b0a47
commit
750728d2a5
1 changed files with 2 additions and 2 deletions
|
@ -22975,13 +22975,13 @@ that accept short and long options.")
|
||||||
(define-public r-osqp
|
(define-public r-osqp
|
||||||
(package
|
(package
|
||||||
(name "r-osqp")
|
(name "r-osqp")
|
||||||
(version "0.6.3.1")
|
(version "0.6.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "osqp" version))
|
(uri (cran-uri "osqp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"178vvv0yajjy02ww4brrjb4197dp7c0n8zmk1zwh44h9msnnacj3"))))
|
"0i1jh3fr8d45b7inq9s6iyqszhh18hps8jpzkm0hzgj2k8r3nm0q"))))
|
||||||
(properties `((upstream-name . "osqp")))
|
(properties `((upstream-name . "osqp")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-matrix r-r6 r-rcpp))
|
(propagated-inputs (list r-matrix r-r6 r-rcpp))
|
||||||
|
|
Loading…
Add table
Reference in a new issue