mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: r-mlr3tuning: Update to 0.13.0.
* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.13.0.
This commit is contained in:
parent
d587f1d80d
commit
ae62ca894d
1 changed files with 2 additions and 2 deletions
|
@ -29783,13 +29783,13 @@ (define-public r-bbotk
|
|||
(define-public r-mlr3tuning
|
||||
(package
|
||||
(name "r-mlr3tuning")
|
||||
(version "0.12.1")
|
||||
(version "0.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3tuning" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qly6bsfazqcf0a7c2a6k3wghczm8v1fxw9pxa76gpw51x2j2ld0"))))
|
||||
"0czlpi8bshn8cjq7pa1cyy7lpv35g4hv2nbyhc59zrcykzfv8afm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bbotk
|
||||
|
|
Loading…
Reference in a new issue