diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-05 19:34:33 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-05 21:18:10 +0100 |
commit | e99491d81d90fdf7b965cb410e536ba2e97f22ba (patch) | |
tree | 1963647b1b0c37a551cdb810153743aec17c4f01 /gnu | |
parent | ee2991256959f33f53271c7c34cfe4c7b2eb23bb (diff) | |
download | guix-e99491d81d90fdf7b965cb410e536ba2e97f22ba.tar guix-e99491d81d90fdf7b965cb410e536ba2e97f22ba.tar.gz |
gnu: r-mlr3pipelines: Update to 0.4.0.
* gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.4.0.
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 cabd6f5af7..befdb11ab0 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -28357,13 +28357,13 @@ package also supersedes the package @code{BBmisc}.") (define-public r-mlr3pipelines (package (name "r-mlr3pipelines") - (version "0.3.2") + (version "0.4.0") (source (origin (method url-fetch) (uri (cran-uri "mlr3pipelines" version)) (sha256 (base32 - "1x738b312mcvb0dif88sv4nlh3y6i47q0wagc5ggyh1hnqjiz71y")))) + "0913f67c1r9bi68gxh1prsp0vch21bl6plahnvjrlbq8rrs1sr6p")))) (build-system r-build-system) (propagated-inputs (list r-backports |