me
/
guix
Archived
1
0
Fork 0

gnu: r-mlr3: Update to 0.10.0.

* gnu/packages/cran.scm (r-mlr3): Update to 0.10.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

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