guix-commits
[Top][All Lists]
Advanced

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

74/96: gnu: r-mlr3: Update to 0.10.0.


From: guix-commits
Subject: 74/96: gnu: r-mlr3: Update to 0.10.0.
Date: Wed, 10 Feb 2021 19:06:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cc7002ee4545965145005c1b4c529bbab0f9238e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:56:11 2021 +0100

    gnu: r-mlr3: Update to 0.10.0.
    
    * gnu/packages/cran.scm (r-mlr3): Update to 0.10.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 a2838f4..0ba9f5c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26323,13 +26323,13 @@ implemented as @code{R6} classes.")
 (define-public r-mlr3
   (package
     (name "r-mlr3")
-    (version "0.9.0")
+    (version "0.10.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3" version))
               (sha256
                (base32
-                "0gg7rrzxwrnpg6sgm0aa6bmfwmqv3d3za0ghnqrnibg33p9ynpgb"))))
+                "1arqijbbmhv57mj8kyq30zxykah83ab1d1c7gs0cxs0xhfwln66g"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-r6" ,r-r6)



reply via email to

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