gnu: r-mlr3: Update to 0.10.0.

* gnu/packages/cran.scm (r-mlr3): Update to 0.10.0.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:56:11 +01:00
parent e71023f92a
commit cc7002ee45
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26323,13 +26323,13 @@ (define-public r-paradox
(define-public r-mlr3 (define-public r-mlr3
(package (package
(name "r-mlr3") (name "r-mlr3")
(version "0.9.0") (version "0.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "mlr3" version)) (uri (cran-uri "mlr3" version))
(sha256 (sha256
(base32 (base32
"0gg7rrzxwrnpg6sgm0aa6bmfwmqv3d3za0ghnqrnibg33p9ynpgb")))) "1arqijbbmhv57mj8kyq30zxykah83ab1d1c7gs0cxs0xhfwln66g"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-r6" ,r-r6) `(("r-r6" ,r-r6)