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