gnu: r-domc: Update to 1.3.7.
* gnu/packages/statistics.scm (r-domc): Update to 1.3.7.
This commit is contained in:
parent
6b0a9017c4
commit
4748a62a94
1 changed files with 2 additions and 2 deletions
|
@ -3153,14 +3153,14 @@ using the parallel package.")
|
||||||
(define-public r-domc
|
(define-public r-domc
|
||||||
(package
|
(package
|
||||||
(name "r-domc")
|
(name "r-domc")
|
||||||
(version "1.3.6")
|
(version "1.3.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "doMC" version))
|
(uri (cran-uri "doMC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cn9gxavhvjswip8pwvkpi7q6wpzdllcsdjabga8akf55nggqxr9"))))
|
"0kdmfhp5m1wisjbfyl9d040jrmjmhcgjb0vdi536g2i9vixb5yny"))))
|
||||||
(properties `((upstream-name . "doMC")))
|
(properties `((upstream-name . "doMC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue