guix-commits
[Top][All Lists]
Advanced

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

105/143: gnu: r-mlr3: Update to 0.14.1.


From: guix-commits
Subject: 105/143: gnu: r-mlr3: Update to 0.14.1.
Date: Tue, 29 Nov 2022 13:29:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c6afed69f282389ac8c57f4a1a6332d0ed0c0f44
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:30 2022 +0100

    gnu: r-mlr3: Update to 0.14.1.
    
    * gnu/packages/cran.scm (r-mlr3): Update to 0.14.1.
---
 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 e95dc081e8..1ede9b1791 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31848,13 +31848,13 @@ implemented as @code{R6} classes.")
 (define-public r-mlr3
   (package
     (name "r-mlr3")
-    (version "0.14.0")
+    (version "0.14.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3" version))
               (sha256
                (base32
-                "0cnyby4947g1w0h45nd3ld5zr4k19xrwp565mq1hnqkjwmyjsgdj"))))
+                "192hvc0may73m396j2igwm46ym6f345w6q0q69kqhia58fp6h3nd"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-r6



reply via email to

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