gnu: r-clubsandwich: Update to 0.5.8.
* gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.8.master
parent
18df77f876
commit
659efed5c1
|
@ -6475,14 +6475,14 @@ mediation and estimating power.")
|
||||||
(define-public r-clubsandwich
|
(define-public r-clubsandwich
|
||||||
(package
|
(package
|
||||||
(name "r-clubsandwich")
|
(name "r-clubsandwich")
|
||||||
(version "0.5.7")
|
(version "0.5.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "clubSandwich" version))
|
(uri (cran-uri "clubSandwich" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1chq0bjz0yskm3cs8k6019j9v1m3fiz4p2ysk3xmqxlcihmnvv0b"))))
|
"1y894n35l4lzqm15ifxjnpnh95dldsfivv4098571yqf1z4a253q"))))
|
||||||
(properties `((upstream-name . "clubSandwich")))
|
(properties `((upstream-name . "clubSandwich")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue