gnu: r-mlr3: Update to 0.13.1.
* gnu/packages/cran.scm (r-mlr3): Update to 0.13.1.
This commit is contained in:
parent
3ad0062b39
commit
bf7bfa9332
1 changed files with 2 additions and 2 deletions
|
|
@ -28819,13 +28819,13 @@ implemented as @code{R6} classes.")
|
||||||
(define-public r-mlr3
|
(define-public r-mlr3
|
||||||
(package
|
(package
|
||||||
(name "r-mlr3")
|
(name "r-mlr3")
|
||||||
(version "0.13.0")
|
(version "0.13.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mlr3" version))
|
(uri (cran-uri "mlr3" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1729wbdp62cjjk775qxrahyskp191s9qqnmqbxncfjrpdxphxk34"))))
|
"052685d08cfsrh3r31yn05ngwi6z3fmz26gwiy32z7cpcigz8jjs"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-r6
|
(list r-r6
|
||||||
|
|
|
||||||
Reference in a new issue