me
/
guix
Archived
1
0
Fork 0

gnu: r-sjstats: Update to 0.17.7.

* gnu/packages/cran.scm (r-sjstats): Update to 0.17.7.
master
Tobias Geerinckx-Rice 2019-11-15 16:36:50 +01:00
parent 1d4f0019f9
commit ec2014d556
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -8175,14 +8175,13 @@ detection, parallelism through BLAS and parallel user templates.")
(define-public r-sjstats
(package
(name "r-sjstats")
(version "0.17.6")
(version "0.17.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjstats" version))
(sha256
(base32
"11z1wfi0d74d1rld0320l3vmv6rl41wa0v9bjc44rk06yc90wld2"))))
(base32 "029rl05p88bp01favz300m980r1khcx2a2kn88yqbnbgkjjgqqc6"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)