guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

103/138: gnu: r-mlr3pipelines: Update to 0.4.0.


From: guix-commits
Subject: 103/138: gnu: r-mlr3pipelines: Update to 0.4.0.
Date: Wed, 5 Jan 2022 15:25:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e99491d81d90fdf7b965cb410e536ba2e97f22ba
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:33 2022 +0100

    gnu: r-mlr3pipelines: Update to 0.4.0.
    
    * gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.4.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]