Archived
1
0
Fork 0

gnu: r-bayesplot: Update to 1.8.0.

* gnu/packages/cran.scm (r-bayesplot): Update to 1.8.0.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:10:05 +01:00
parent 90218277a3
commit c60fe486eb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9451,14 +9451,14 @@ correlation, censored, ordered and multivariate problems.")
(define-public r-bayesplot (define-public r-bayesplot
(package (package
(name "r-bayesplot") (name "r-bayesplot")
(version "1.7.2") (version "1.8.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
"0aqy4bfjq1fmds0vpacsmqih528cp8wk4v4w0balzkph6zqzpwcl")))) "0j69a78l5z0wyxcz607amaa4jc8kwwvcia9wxyir65b8ks9gj1d6"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("pandoc" ,pandoc) `(("pandoc" ,pandoc)