gnu: r-sjstats: Update to 0.17.3.

* gnu/packages/cran.scm (r-sjstats): Update to 0.17.3.
This commit is contained in:
Ricardo Wurmus 2019-01-12 18:42:59 +01:00
parent 9df469a1d4
commit 1b1444012b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7449,14 +7449,14 @@ (define-public r-tmb
(define-public r-sjstats
(package
(name "r-sjstats")
(version "0.17.2")
(version "0.17.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjstats" version))
(sha256
(base32
"0c7g35vn7r9rylhp0gj1yfslg7jybwrhpqpp7vdcd90xfccih24r"))))
"02na2pzxp88yp52h7vs959fgydiddmns39m9x4i0vz8fp016bdf8"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayesplot" ,r-bayesplot)