diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 12:17:06 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 16:13:12 +0100 |
commit | 87235849f1e11ad2b52781c23c148e513d6e4a90 (patch) | |
tree | c4347b2fb8e1b7f3f3013e77c85dd29540c21041 /gnu | |
parent | 294ac5e255e2533bbf890e34447394023e780c63 (diff) | |
download | guix-87235849f1e11ad2b52781c23c148e513d6e4a90.tar.gz |
gnu: r-mlr3pipelines: Update to 0.5.0-2.
* gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.5.0-2. Change-Id: I5a83a586c5b0dacfe333df917d40356c2f2b8d80
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 2c4896bdb0..7bc4960740 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36952,13 +36952,13 @@ package also supersedes the package @code{BBmisc}.") (define-public r-mlr3pipelines (package (name "r-mlr3pipelines") - (version "0.5.0-1") + (version "0.5.0-2") (source (origin (method url-fetch) (uri (cran-uri "mlr3pipelines" version)) (sha256 (base32 - "1pn6zi1qy4ql7zkkzmx52b5l9agppr1rlv3pdnm1dy8y0yc7imhd")))) + "0iv09qmr1gpipcylw8mp1y7kqjljy8p5sx466l1wxfaqkf7kw15j")))) (build-system r-build-system) (propagated-inputs (list r-backports |