mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-bayesfactor: Update to 0.9.12-4.3.
* gnu/packages/statistics.scm (r-bayesfactor): Update to 0.9.12-4.3.
This commit is contained in:
parent
afe3f9f51d
commit
c6e46ce44b
1 changed files with 2 additions and 2 deletions
|
@ -6470,14 +6470,14 @@ (define-public r-effects
|
|||
(define-public r-bayesfactor
|
||||
(package
|
||||
(name "r-bayesfactor")
|
||||
(version "0.9.12-4.2")
|
||||
(version "0.9.12-4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BayesFactor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z083v7is21gm0a458jm5ph3xfdm7mh29a6sg2r1njq82f8x3s3g"))))
|
||||
"171hbr445v8mq4hqi1k8q3h8zqsccwjv0a2mj98h9b77667ziyfw"))))
|
||||
(properties `((upstream-name . "BayesFactor")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue