mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: r-bayestestr: Update to 0.8.2.
* gnu/packages/cran.scm (r-bayestestr): Update to 0.8.2.
This commit is contained in:
parent
b2ed0101f3
commit
56b4c4e65e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue