gnu: r-mlr3tuning: Update to 0.8.0.

* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.8.0.
This commit is contained in:
Ricardo Wurmus 2021-03-15 13:42:07 +01:00
parent 921ecdba7c
commit ea23f17ece
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26993,13 +26993,13 @@ (define-public r-bbotk
(define-public r-mlr3tuning
(package
(name "r-mlr3tuning")
(version "0.7.0")
(version "0.8.0")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3tuning" version))
(sha256
(base32
"0xpq16qij05nsfwg0qnfziqjvgk5wn0dgl0sb5gg3qsp1cs6vfqj"))))
"16rvsf0jf06yvalydbs7zzn2994hvvyfw975ydiyv3wy1qzgr8bv"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bbotk" ,r-bbotk)