guix-commits
[Top][All Lists]
Advanced

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

26/35: gnu: r-randomforestsrc: Update to 3.2.3.


From: guix-commits
Subject: 26/35: gnu: r-randomforestsrc: Update to 3.2.3.
Date: Wed, 17 Jan 2024 17:54:33 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 891c0845e20dfe527d6bad3b45a6f39516a7227d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:09:50 2024 +0100

    gnu: r-randomforestsrc: Update to 3.2.3.
    
    * gnu/packages/cran.scm (r-randomforestsrc): Update to 3.2.3.
    
    Change-Id: I18ece3d34400315157d86841be39612cabb797f2
---
 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 e22a2d89de..cf0612242a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38653,14 +38653,14 @@ for variant discovery in high-throughput sequencing 
data.")
 (define-public r-randomforestsrc
   (package
     (name "r-randomforestsrc")
-    (version "2.9.3")
+    (version "3.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "randomForestSRC" version))
        (sha256
         (base32
-         "05ifvj49jv0n5p6k46milpgj9r10sc5aw23fypyyibdgwpwvwixw"))))
+         "0vsgdpacqfhwd958vn3wmf8lnh3wb74bgq37qzb3c02fbwilz8lc"))))
     (properties
      `((upstream-name . "randomForestSRC")))
     (build-system r-build-system)



reply via email to

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