me
/
guix
Archived
1
0
Fork 0

gnu: r-bayesplot: Update to 1.8.1.

* gnu/packages/cran.scm (r-bayesplot): Update to 1.8.1.
master
Ricardo Wurmus 2021-07-10 13:26:16 +02:00
parent 00f9a72541
commit 0864d8fa6e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10723,14 +10723,14 @@ correlation, censored, ordered and multivariate problems.")
(define-public r-bayesplot
(package
(name "r-bayesplot")
(version "1.8.0")
(version "1.8.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "bayesplot" version))
(sha256
(base32
"0j69a78l5z0wyxcz607amaa4jc8kwwvcia9wxyir65b8ks9gj1d6"))))
"0aman4273i8hy3z0qay1nrsr7v27m4icm1j6f4w59ylix80l5myq"))))
(build-system r-build-system)
(inputs
`(("pandoc" ,pandoc)