gnu: r-bayestestr: Update to 0.8.2.

* gnu/packages/cran.scm (r-bayestestr): Update to 0.8.2.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:54:01 +01:00
parent b2ed0101f3
commit 56b4c4e65e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10039,14 +10039,14 @@ (define-public r-glmmtmb
(define-public r-bayestestr
(package
(name "r-bayestestr")
(version "0.8.0")
(version "0.8.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "bayestestR" version))
(sha256
(base32
"11mxnpqc85y13wf8mnnrh0k8d3jqdsr99hkv4cgvwav38qpvjhhw"))))
"06y7vccgln1882yv04may9p6s915py8nnhg82d5ppbpxzcifi7l4"))))
(properties `((upstream-name . "bayestestR")))
(build-system r-build-system)
(propagated-inputs