me
/
guix
Archived
1
0
Fork 0

gnu: r-bayesplot: Update to 1.10.0.

* gnu/packages/cran.scm (r-bayesplot): Update to 1.10.0.
Ricardo Wurmus 2022-11-29 15:22:12 +01:00
parent ff44892340
commit c350482a1b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13318,14 +13318,14 @@ correlation, censored, ordered and multivariate problems.")
(define-public r-bayesplot
(package
(name "r-bayesplot")
(version "1.9.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "bayesplot" version))
(sha256
(base32
"0hqy597ang53phxnl084hak35ffqz9lw9hygax7370gpkjws908a"))))
"1zqka7lg7a6ccli1yzhk1n13vbrlp8m0kjxmykjqmkz438mvjk5v"))))
(build-system r-build-system)
(inputs
(list pandoc))