guix-commits
[Top][All Lists]
Advanced

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

88/115: gnu: r-mlr3: Update to 0.13.0.


From: guix-commits
Subject: 88/115: gnu: r-mlr3: Update to 0.13.0.
Date: Tue, 23 Nov 2021 10:27:04 -0500 (EST)

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

commit 7acc31aea66a1de300f6c7469640c9152df4d7b2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:35 2021 +0100

    gnu: r-mlr3: Update to 0.13.0.
    
    * gnu/packages/cran.scm (r-mlr3): Update to 0.13.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 41718ec..73e411a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29048,13 +29048,13 @@ implemented as @code{R6} classes.")
 (define-public r-mlr3
   (package
     (name "r-mlr3")
-    (version "0.12.0")
+    (version "0.13.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3" version))
               (sha256
                (base32
-                "0nimwczsgrj29r9qrlz32qc3fkj02369zql7jhkrn3lk3mfy5zmz"))))
+                "1729wbdp62cjjk775qxrahyskp191s9qqnmqbxncfjrpdxphxk34"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-r6" ,r-r6)



reply via email to

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