gnu: r-doparallel: Update to 1.0.17.
* gnu/packages/statistics.scm (r-doparallel): Update to 1.0.17.
This commit is contained in:
parent
187bd9d74f
commit
ba2ccdf7b4
1 changed files with 2 additions and 2 deletions
|
@ -3235,14 +3235,14 @@ parallel.")
|
||||||
(define-public r-doparallel
|
(define-public r-doparallel
|
||||||
(package
|
(package
|
||||||
(name "r-doparallel")
|
(name "r-doparallel")
|
||||||
(version "1.0.16")
|
(version "1.0.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "doParallel" version))
|
(uri (cran-uri "doParallel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cjf0mxrxgls5pl7aj22fv9j488craib1wkc9np4f3gkckwjdfzi"))))
|
"1mxbg2qqda1775vb4s26gz27p5n91lljgjmlqxq4sras22njasmr"))))
|
||||||
(properties `((upstream-name . "doParallel")))
|
(properties `((upstream-name . "doParallel")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue