gnu: r-randomforestsrc: Update to 3.2.3.
* gnu/packages/cran.scm (r-randomforestsrc): Update to 3.2.3. Change-Id: I18ece3d34400315157d86841be39612cabb797f2master
parent
d7a5da6d02
commit
891c0845e2
|
@ -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)
|
||||||
|
|
Reference in New Issue