guix-commits
[Top][All Lists]
Advanced

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

163/214: gnu: r-mlr3: Update to 0.14.0.


From: guix-commits
Subject: 163/214: gnu: r-mlr3: Update to 0.14.0.
Date: Tue, 20 Sep 2022 11:07:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8760fc2a88547bcfa3db28806c0c598883443fb3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:29 2022 +0200

    gnu: r-mlr3: Update to 0.14.0.
    
    * gnu/packages/cran.scm (r-mlr3): Update to 0.14.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 83116a87ca..4477f9be85 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31016,13 +31016,13 @@ implemented as @code{R6} classes.")
 (define-public r-mlr3
   (package
     (name "r-mlr3")
-    (version "0.13.4")
+    (version "0.14.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3" version))
               (sha256
                (base32
-                "13g0krjry0da1yfm6hrdq63ga5rwag5lkgp375394michiipnbwk"))))
+                "0cnyby4947g1w0h45nd3ld5zr4k19xrwp565mq1hnqkjwmyjsgdj"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-r6



reply via email to

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