gnu: r-bbotk: Update to 0.6.0.
* gnu/packages/cran.scm (r-bbotk): Update to 0.6.0.
This commit is contained in:
parent
fa4e050ecc
commit
25a85ce439
1 changed files with 2 additions and 2 deletions
|
@ -31464,14 +31464,14 @@ vector machines, and gradient boosting.")
|
||||||
(define-public r-bbotk
|
(define-public r-bbotk
|
||||||
(package
|
(package
|
||||||
(name "r-bbotk")
|
(name "r-bbotk")
|
||||||
(version "0.5.4")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bbotk" version))
|
(uri (cran-uri "bbotk" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02dp0b62dv02rvxsgj63mkmmcdzrlf06vxjr5gqy9rhq5s2mg4fa"))))
|
"0ingnvfps46bysi8k2rqnvlh577bzk6fih6hcf20mjspdxx1as3v"))))
|
||||||
(properties `((upstream-name . "bbotk")))
|
(properties `((upstream-name . "bbotk")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue