mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: r-mlr3tuning: Update to 0.17.0.
* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.17.0.
This commit is contained in:
parent
19a8060a45
commit
8e7f64c4d5
1 changed files with 2 additions and 2 deletions
|
@ -31942,13 +31942,13 @@ (define-public r-bbotk
|
|||
(define-public r-mlr3tuning
|
||||
(package
|
||||
(name "r-mlr3tuning")
|
||||
(version "0.15.0")
|
||||
(version "0.17.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3tuning" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13p0gcnl8sxvn3ig526pscl63g1dx7l5i9sfzi2yyrddg8vgik4g"))))
|
||||
"1dg02qyyymflgws47sly3b7wd8nj4i9vv7ybx42hgvd55al3smdp"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bbotk
|
||||
|
|
Loading…
Reference in a new issue