guix-commits
[Top][All Lists]
Advanced

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

127/224: gnu: r-mlr3pipelines: Update to 0.6.0.


From: guix-commits
Subject: 127/224: gnu: r-mlr3pipelines: Update to 0.6.0.
Date: Wed, 17 Jul 2024 03:11:30 -0400 (EDT)

rekado pushed a commit to branch r-team
in repository guix.

commit 13c54f1f35e7a51e8d5788cdce306146bcdd089c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:48 2024 +0200

    gnu: r-mlr3pipelines: Update to 0.6.0.
    
    * gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.6.0.
    
    Change-Id: I9b27f893f5a13b6ea9d2c1eb18e97a5fd143574f
---
 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 4feb4fa19b..711576e7c7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38698,13 +38698,13 @@ package also supersedes the package @code{BBmisc}.")
 (define-public r-mlr3pipelines
   (package
     (name "r-mlr3pipelines")
-    (version "0.5.2")
+    (version "0.6.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3pipelines" version))
               (sha256
                (base32
-                "1glp4z5wnvcsil37gzvbvazn73088vilks9c5limnwhz8f454147"))))
+                "09wivgnj3jj39ngrxjip6ss0138fvjsmn4dmi5v0a78ppvsr96sp"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-backports



reply via email to

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