mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-mlr3: Update to 0.10.0.
* gnu/packages/cran.scm (r-mlr3): Update to 0.10.0.
This commit is contained in:
parent
e71023f92a
commit
cc7002ee45
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue