mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-osqp: Update to 0.6.0.8.
* gnu/packages/cran.scm (r-osqp): Update to 0.6.0.8.
This commit is contained in:
parent
8db9ea6ddc
commit
b7f99f0464
1 changed files with 2 additions and 2 deletions
|
@ -20407,13 +20407,13 @@ (define-public r-optparse
|
|||
(define-public r-osqp
|
||||
(package
|
||||
(name "r-osqp")
|
||||
(version "0.6.0.7")
|
||||
(version "0.6.0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "osqp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00w2hr0pagnvpsk84z99c7alhv7xvs9wpcmkzbcg3qs14g888rgf"))))
|
||||
"15zd0byk8vy899hm7kd0hpx84hnr84ynai29mr7frraamr2l00ql"))))
|
||||
(properties `((upstream-name . "osqp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrix r-r6 r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue