me
/
guix
Archived
1
0
Fork 0

gnu: r-mlr3pipelines: Update to 0.5.1.

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

Change-Id: Ie59fd68968bf930d60b7740b6d3e07e2d786e5df
master
Ricardo Wurmus 2024-03-27 12:35:58 +01:00
parent 2dfb802b35
commit cebed8db36
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -37613,13 +37613,13 @@ package also supersedes the package @code{BBmisc}.")
(define-public r-mlr3pipelines
(package
(name "r-mlr3pipelines")
(version "0.5.0-2")
(version "0.5.1")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3pipelines" version))
(sha256
(base32
"0iv09qmr1gpipcylw8mp1y7kqjljy8p5sx466l1wxfaqkf7kw15j"))))
"1brsvzn519yc5vq2sax0q5xwvs0180ykn6ljk2wy502aabrcxzmg"))))
(build-system r-build-system)
(propagated-inputs
(list r-backports