me
/
guix
Archived
1
0
Fork 0

gnu: r-mlr3pipelines: Update to 0.6.0.

* gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.6.0.

Change-Id: I9b27f893f5a13b6ea9d2c1eb18e97a5fd143574f
master
Ricardo Wurmus 2024-07-02 14:58:48 +02:00
parent 9a00ee5158
commit 0f0504df83
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -38698,13 +38698,13 @@ package also supersedes the package @code{BBmisc}.")
(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