guix-commits
[Top][All Lists]
Advanced

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

151/195: gnu: r-mlr3: Update to 0.17.0.


From: guix-commits
Subject: 151/195: gnu: r-mlr3: Update to 0.17.0.
Date: Fri, 15 Dec 2023 06:31:38 -0500 (EST)

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

commit 8f89f89dd97b97ad18ad03713002f59fc526c7f1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:17:06 2023 +0100

    gnu: r-mlr3: Update to 0.17.0.
    
    * gnu/packages/cran.scm (r-mlr3): Update to 0.17.0.
    
    Change-Id: Ie1b8e3e1ad4e1f8b770454d9b162aabce313f36f
---
 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 7bc4960740..f0fec53c95 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37037,13 +37037,13 @@ implemented as @code{R6} classes.")
 (define-public r-mlr3
   (package
     (name "r-mlr3")
-    (version "0.16.1")
+    (version "0.17.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3" version))
               (sha256
                (base32
-                "09klavihc2j6wsd9m2ycppl2ir85z5cxlxl9h6ay9skacylk559n"))))
+                "1gnn9i33sa2s0s35lhbbjqffjj9m7yhnhh7lyvp7jv9sncw123sa"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-backports



reply via email to

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