guix-commits
[Top][All Lists]
Advanced

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

38/48: gnu: r-mlr3: Update to 0.19.0.


From: guix-commits
Subject: 38/48: gnu: r-mlr3: Update to 0.19.0.
Date: Tue, 7 May 2024 16:20:58 -0400 (EDT)

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

commit 1432151b92847051598f250a735b71a759ba2d36
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:18:48 2024 +0200

    gnu: r-mlr3: Update to 0.19.0.
    
    * gnu/packages/cran.scm (r-mlr3): Update to 0.19.0.
    
    Change-Id: I424e6285e79d0082da45a848d2f1e131ad7975ac
---
 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 011ed50d43..f84efd8b27 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38039,13 +38039,13 @@ implemented as @code{R6} classes.")
 (define-public r-mlr3
   (package
     (name "r-mlr3")
-    (version "0.18.0")
+    (version "0.19.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3" version))
               (sha256
                (base32
-                "0v83lwigpm227dqr8hz5x1khcjqf3q0glqvz812sckbcf74ibhdz"))))
+                "0dgik4lfrw5m2sqxp33kzkdp7ihlcm27y5p5g5b9wah7h7ramiqs"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-backports



reply via email to

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