mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-bayesplot: Update to 1.10.0.
* gnu/packages/cran.scm (r-bayesplot): Update to 1.10.0.
This commit is contained in:
parent
ff44892340
commit
c350482a1b
1 changed files with 2 additions and 2 deletions
|
@ -13318,14 +13318,14 @@ (define-public r-coin
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue