gnu: r-snow: Update to 0.4-2.
* gnu/packages/statistics.scm (r-snow): Update to 0.4-2.
This commit is contained in:
parent
41bc22a7de
commit
cf738e961e
|
@ -2413,13 +2413,13 @@ multiple breakpoints are allowed.")
|
||||||
(define-public r-snow
|
(define-public r-snow
|
||||||
(package
|
(package
|
||||||
(name "r-snow")
|
(name "r-snow")
|
||||||
(version "0.4-1")
|
(version "0.4-2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "snow" version))
|
(uri (cran-uri "snow" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19r2yq8aqw99vwyx81p6ay4afsfqffal1wzvizk3dj882s2n4j8w"))))
|
"1mxbrkpnmq32x4wd0194d541661yvfrrjlr3lsf7qq53ms3h21zf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://cran.r-project.org/web/packages/snow")
|
(home-page "http://cran.r-project.org/web/packages/snow")
|
||||||
(synopsis "Support for simple parallel computing in R")
|
(synopsis "Support for simple parallel computing in R")
|
||||||
|
|
Loading…
Reference in New Issue