gnu: r-mlr3tuning: Update to 0.14.0.

* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.14.0.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:29 +02:00
parent ac232fe3d0
commit 28747e5f45
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -31110,13 +31110,13 @@ annealing.")
(define-public r-mlr3tuning (define-public r-mlr3tuning
(package (package
(name "r-mlr3tuning") (name "r-mlr3tuning")
(version "0.13.1") (version "0.14.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "mlr3tuning" version)) (uri (cran-uri "mlr3tuning" version))
(sha256 (sha256
(base32 (base32
"0jfslx6pwk408ydn69grrvsp22jd7gsjmwvss0a1j0zav3q1pvks")))) "10q4m37sg79y1v0gwk7bjrnc5b0a6sb80ramnza93mx9gx3vl99m"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-bbotk (list r-bbotk