mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-mlr3tuning: Update to 0.19.2.
* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.19.2. Change-Id: I561e495110ff87848bd2082dd04e240ad376c347
This commit is contained in:
parent
6eae78c4ca
commit
13c00f407f
1 changed files with 2 additions and 2 deletions
|
@ -37131,13 +37131,13 @@ (define-public r-bbotk
|
|||
(define-public r-mlr3tuning
|
||||
(package
|
||||
(name "r-mlr3tuning")
|
||||
(version "0.19.0")
|
||||
(version "0.19.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3tuning" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iz7izmkx11jma95305wq8aapi4dmqg20flgxxvdvrfy6hf98k33"))))
|
||||
"1d27m6yzwr7chpf19q6mwpj2fyz9vv8k6nbg8z9615hmbp96lan5"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bbotk
|
||||
|
|
Loading…
Reference in a new issue