gnu: r-mlr3learners: Update to 0.5.1.

* gnu/packages/cran.scm (r-mlr3learners): Update to 0.5.1.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:35 +01:00
parent 07d00d5f44
commit fa243bc07a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -29084,13 +29084,13 @@ (define-public r-mlr3
(define-public r-mlr3learners
(package
(name "r-mlr3learners")
(version "0.5.0")
(version "0.5.1")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3learners" version))
(sha256
(base32
"1gkbbn5ah2iv4pv5q2jf4lrqkga744d4y9jlyhyjqf0x75y9wkg2"))))
"1yc3mrk1b9h1k342wnw7sm4zmcw7w31l5ybh558g88f5hmibdl98"))))
(build-system r-build-system)
(propagated-inputs
`(("r-checkmate" ,r-checkmate)