gnu: r-mlr3pipelines: Update to 0.4.2.
* gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.4.2.
This commit is contained in:
parent
1426a38f14
commit
fa4e050ecc
1 changed files with 2 additions and 2 deletions
|
@ -31316,13 +31316,13 @@ package also supersedes the package @code{BBmisc}.")
|
||||||
(define-public r-mlr3pipelines
|
(define-public r-mlr3pipelines
|
||||||
(package
|
(package
|
||||||
(name "r-mlr3pipelines")
|
(name "r-mlr3pipelines")
|
||||||
(version "0.4.1")
|
(version "0.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mlr3pipelines" version))
|
(uri (cran-uri "mlr3pipelines" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zz55i8c08znxpcs6gp5inaw96c6la9wnsla0972ankvj1hsrcr2"))))
|
"09pk3dwjcg5rbpwa1k21srdpvf2dlxq4b5p71cvkha85jx2gdgh6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-backports
|
(list r-backports
|
||||||
|
|
Reference in a new issue