mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-bayesfactor: Update to 0.9.12-4.7.
* gnu/packages/statistics.scm (r-bayesfactor): Update to 0.9.12-4.7. Change-Id: I946e370397d5ca7d58f9b61fd2aaebe988ece43c
This commit is contained in:
parent
ed64ab4c9a
commit
891f97d260
1 changed files with 2 additions and 2 deletions
|
@ -7215,14 +7215,14 @@ (define-public r-effects
|
|||
(define-public r-bayesfactor
|
||||
(package
|
||||
(name "r-bayesfactor")
|
||||
(version "0.9.12-4.6")
|
||||
(version "0.9.12-4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BayesFactor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nvm26m5m8xi8iw1fj8ca79z3aqln4l3c0hvh38yvm9p584nwpzx"))))
|
||||
"0z9p9vdcmcdwqmixaiqnhli2b06whbap6y4pqx4a5gcdgxlj09zr"))))
|
||||
(properties `((upstream-name . "BayesFactor")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue