mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: r-mlr3tuning: Update to 0.10.0.
* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.10.0. [propagated-inputs]: Remove r-digest.
This commit is contained in:
parent
2ceb7a1d89
commit
39b317a55c
1 changed files with 2 additions and 3 deletions
|
@ -28912,19 +28912,18 @@ (define-public r-bbotk
|
|||
(define-public r-mlr3tuning
|
||||
(package
|
||||
(name "r-mlr3tuning")
|
||||
(version "0.9.0")
|
||||
(version "0.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3tuning" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0i428kdbak81j1wlwmdf9y40hqi63azhyny802ms2z04wl8lwnvs"))))
|
||||
"0cqbqp53053v7lvi9ynpr860n8fm9w9842hai5z6xvmgzqdmjiyp"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bbotk
|
||||
r-checkmate
|
||||
r-data-table
|
||||
r-digest
|
||||
r-lgr
|
||||
r-mlr3
|
||||
r-mlr3misc
|
||||
|
|
Loading…
Reference in a new issue