3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-mlr3tuning: Update to 0.17.1.

* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.17.1.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:30 +01:00
parent e863cf4203
commit 627246b134
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -32499,13 +32499,13 @@ annealing.")
(define-public r-mlr3tuning
(package
(name "r-mlr3tuning")
(version "0.17.0")
(version "0.17.1")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3tuning" version))
(sha256
(base32
"1dg02qyyymflgws47sly3b7wd8nj4i9vv7ybx42hgvd55al3smdp"))))
"03habi7dm5xgwfb4zjn9nhvyym46qcljy31jz32fxalsap1mk9jb"))))
(build-system r-build-system)
(propagated-inputs
(list r-bbotk