guix-commits
[Top][All Lists]
Advanced

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

32/79: gnu: r-mlr3: Update to 0.16.0.


From: guix-commits
Subject: 32/79: gnu: r-mlr3: Update to 0.16.0.
Date: Tue, 9 May 2023 09:27:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5629f02d2abff78d7c86b103bda35ebbb1502c95
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 14:25:49 2023 +0200

    gnu: r-mlr3: Update to 0.16.0.
    
    * gnu/packages/cran.scm (r-mlr3): Update to 0.16.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 1e0e351970..0b6b6eb8bb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34996,13 +34996,13 @@ implemented as @code{R6} classes.")
 (define-public r-mlr3
   (package
     (name "r-mlr3")
-    (version "0.15.0")
+    (version "0.16.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3" version))
               (sha256
                (base32
-                "1g01sgq8ddf5k2vjkqchhbzw55shhpq355s5dh988vj5ac2ikqy0"))))
+                "1nzj73qsbb02fcim9826zkxzzpar32pq2r0yfkis1nxaxky4cclr"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-r6



reply via email to

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