gnu: r-ranger: Update to 0.10.1.

* gnu/packages/statistics.scm (r-ranger): Update to 0.10.1.
This commit is contained in:
Ricardo Wurmus 2018-06-05 10:35:06 +02:00
parent c9a879ed54
commit fb8c17baef
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5344,14 +5344,14 @@ (define-public r-tclust
(define-public r-ranger
(package
(name "r-ranger")
(version "0.10.0")
(version "0.10.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ranger" version))
(sha256
(base32
"1yl833cm2jpfy9j7zchkq4mm5x1av70w89zrhpwdn8nq2npxxzf0"))))
"12z67xkgdmr5cflpd6cln0mn5xxajanqbfwlckv6cfma0gvf2z1j"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)