rekado pushed a commit to branch master
in repository guix.
commit c614701ee800370714f51ce3614ed1958071108e
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 20 17:10:08 2021 +0100
gnu: r-sjstats: Update to 0.18.1.
* gnu/packages/cran.scm (r-sjstats): Update to 0.18.1.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 885bf63..7d5aded 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9515,13 +9515,13 @@ detection, parallelism through BLAS and parallel user
templates.")
(define-public r-sjstats
(package
(name "r-sjstats")
- (version "0.18.0")
+ (version "0.18.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjstats" version))
(sha256
- (base32 "17b1fcrhgjw66qa8zk2jj1bvz3vp5bnjn3p4y1wsg5ng5nxq8jz0"))))
+ (base32 "1cv80yjnyh6qihxf57zivihhia20gibr5f03x8aspy6382wnwlka"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)