gnu: r-sjstats: Update to 0.17.2.
* gnu/packages/cran.scm (r-sjstats): Update to 0.17.2.
This commit is contained in:
parent
1659c5dd27
commit
fba7dbe76c
|
@ -6725,14 +6725,14 @@ detection, parallelism through BLAS and parallel user templates.")
|
||||||
(define-public r-sjstats
|
(define-public r-sjstats
|
||||||
(package
|
(package
|
||||||
(name "r-sjstats")
|
(name "r-sjstats")
|
||||||
(version "0.17.1")
|
(version "0.17.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sjstats" version))
|
(uri (cran-uri "sjstats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s9b0xr8gmcm0kh48jkwk8ns0lqknd8kpys4f7czf0xwzmcx2n1z"))))
|
"0c7g35vn7r9rylhp0gj1yfslg7jybwrhpqpp7vdcd90xfccih24r"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-bayesplot" ,r-bayesplot)
|
`(("r-bayesplot" ,r-bayesplot)
|
||||||
|
|
Loading…
Reference in New Issue