me
/
guix
Archived
1
0
Fork 0

gnu: r-randomforestsrc: Update to 3.2.3.

* gnu/packages/cran.scm (r-randomforestsrc): Update to 3.2.3.

Change-Id: I18ece3d34400315157d86841be39612cabb797f2
master
Ricardo Wurmus 2024-01-17 23:09:50 +01:00
parent d7a5da6d02
commit 891c0845e2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -38653,14 +38653,14 @@ for variant discovery in high-throughput sequencing data.")
(define-public r-randomforestsrc (define-public r-randomforestsrc
(package (package
(name "r-randomforestsrc") (name "r-randomforestsrc")
(version "2.9.3") (version "3.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "randomForestSRC" version)) (uri (cran-uri "randomForestSRC" version))
(sha256 (sha256
(base32 (base32
"05ifvj49jv0n5p6k46milpgj9r10sc5aw23fypyyibdgwpwvwixw")))) "0vsgdpacqfhwd958vn3wmf8lnh3wb74bgq37qzb3c02fbwilz8lc"))))
(properties (properties
`((upstream-name . "randomForestSRC"))) `((upstream-name . "randomForestSRC")))
(build-system r-build-system) (build-system r-build-system)