gnu: r-bayesplot: Update to 1.9.0.

* gnu/packages/cran.scm (r-bayesplot): Update to 1.9.0.
[propagated-inputs]: Add r-posterior.
This commit is contained in:
Ricardo Wurmus 2022-03-15 14:28:34 +01:00
parent 6515fff157
commit d147bf7a1f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11740,14 +11740,14 @@ (define-public r-coin
(define-public r-bayesplot (define-public r-bayesplot
(package (package
(name "r-bayesplot") (name "r-bayesplot")
(version "1.8.1") (version "1.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "bayesplot" version)) (uri (cran-uri "bayesplot" version))
(sha256 (sha256
(base32 (base32
"0aman4273i8hy3z0qay1nrsr7v27m4icm1j6f4w59ylix80l5myq")))) "0hqy597ang53phxnl084hak35ffqz9lw9hygax7370gpkjws908a"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list pandoc)) (list pandoc))
@ -11758,6 +11758,7 @@ (define-public r-bayesplot
r-ggplot2 r-ggplot2
r-ggridges r-ggridges
r-glue r-glue
r-posterior
r-reshape2 r-reshape2
r-rlang r-rlang
r-tibble r-tibble