1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 20:14:04 +02:00

gnu: r-mlr3pipelines: Update to 0.7.0.

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

Change-Id: Ie642a759769a72dea91e9657198f0e0e3becc68f
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:01:00 +01:00
parent 671da03d9f
commit ae168c3fe0
+2 -2
View File
@@ -39398,13 +39398,13 @@ package also supersedes the package @code{BBmisc}.")
(define-public r-mlr3pipelines
(package
(name "r-mlr3pipelines")
(version "0.6.0")
(version "0.7.0")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3pipelines" version))
(sha256
(base32
"09wivgnj3jj39ngrxjip6ss0138fvjsmn4dmi5v0a78ppvsr96sp"))))
"0vy66b7ws2ijmdbf6c3c2aq956ydk3dj06mnrr96715pqlbg08x3"))))
(build-system r-build-system)
(propagated-inputs
(list r-backports