guix-commits
[Top][All Lists]
Advanced

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

90/143: gnu: r-boruta: Update to 8.0.0.


From: guix-commits
Subject: 90/143: gnu: r-boruta: Update to 8.0.0.
Date: Tue, 29 Nov 2022 13:29:42 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f8bd6e84c501249af1a22a9557d063b82e8eca62
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:26 2022 +0100

    gnu: r-boruta: Update to 8.0.0.
    
    * gnu/packages/cran.scm (r-boruta): Update to 8.0.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 d027e02d24..17e42bd21b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28564,14 +28564,14 @@ amounts of memory.")
 (define-public r-boruta
   (package
     (name "r-boruta")
-    (version "7.0.0")
+    (version "8.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Boruta" version))
        (sha256
         (base32
-         "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
+         "1irx7qg1sw69ggsk4jgxfd3pp741kd944fipnda1qbcbphg5prrq"))))
     (properties `((upstream-name . "Boruta")))
     (build-system r-build-system)
     (propagated-inputs (list r-ranger))



reply via email to

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