me
/
guix
Archived
1
0
Fork 0

gnu: r-osqp: Update to 0.6.3.1.

* gnu/packages/cran.scm (r-osqp): Update to 0.6.3.1.
master
Ricardo Wurmus 2023-10-05 13:34:49 +02:00
parent 3a7e7842de
commit 1a2fac04b4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -22851,13 +22851,13 @@ that accept short and long options.")
(define-public r-osqp
(package
(name "r-osqp")
(version "0.6.0.8")
(version "0.6.3.1")
(source (origin
(method url-fetch)
(uri (cran-uri "osqp" version))
(sha256
(base32
"15zd0byk8vy899hm7kd0hpx84hnr84ynai29mr7frraamr2l00ql"))))
"178vvv0yajjy02ww4brrjb4197dp7c0n8zmk1zwh44h9msnnacj3"))))
(properties `((upstream-name . "osqp")))
(build-system r-build-system)
(propagated-inputs (list r-matrix r-r6 r-rcpp))