mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-mlr3pipelines: Update to 0.6.0.
* gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.6.0. Change-Id: I9b27f893f5a13b6ea9d2c1eb18e97a5fd143574f
This commit is contained in:
parent
9a00ee5158
commit
0f0504df83
1 changed files with 2 additions and 2 deletions
|
@ -38698,13 +38698,13 @@ (define-public r-mlr3misc
|
|||
(define-public r-mlr3pipelines
|
||||
(package
|
||||
(name "r-mlr3pipelines")
|
||||
(version "0.5.2")
|
||||
(version "0.6.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3pipelines" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1glp4z5wnvcsil37gzvbvazn73088vilks9c5limnwhz8f454147"))))
|
||||
"09wivgnj3jj39ngrxjip6ss0138fvjsmn4dmi5v0a78ppvsr96sp"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-backports
|
||||
|
|
Loading…
Reference in a new issue