guix-commits
[Top][All Lists]
Advanced

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

19/25: gnu: r-mlr3misc: Update to 0.14.0.


From: guix-commits
Subject: 19/25: gnu: r-mlr3misc: Update to 0.14.0.
Date: Thu, 1 Feb 2024 17:09:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit afc0e0d8dcef82921af432753d5ea508bb92e42e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 1 22:13:04 2024 +0100

    gnu: r-mlr3misc: Update to 0.14.0.
    
    * gnu/packages/cran.scm (r-mlr3misc): Update to 0.14.0.
    
    Change-Id: Iba3cd32bfa38691ec83dee1dba980edc518c909d
---
 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 a891f80a28..8c0dd6c57d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37272,13 +37272,13 @@ are.")
 (define-public r-mlr3misc
   (package
     (name "r-mlr3misc")
-    (version "0.13.0")
+    (version "0.14.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3misc" version))
               (sha256
                (base32
-                "0b565hy86bcgjv8k9qipkcgsag6jiiv1jx5lgi1iddcf8rg6bind"))))
+                "19q20ld2phplrg6jqg849rjpi8yl3j5v1d8bgzagyyhka3nxn4fx"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-backports r-checkmate r-data-table r-digest r-r6))



reply via email to

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