mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-bayesplot: Update to 1.8.0.
* gnu/packages/cran.scm (r-bayesplot): Update to 1.8.0.
This commit is contained in:
parent
90218277a3
commit
c60fe486eb
1 changed files with 2 additions and 2 deletions
|
@ -9451,14 +9451,14 @@ (define-public r-coin
|
|||
(define-public r-bayesplot
|
||||
(package
|
||||
(name "r-bayesplot")
|
||||
(version "1.7.2")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bayesplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0aqy4bfjq1fmds0vpacsmqih528cp8wk4v4w0balzkph6zqzpwcl"))))
|
||||
"0j69a78l5z0wyxcz607amaa4jc8kwwvcia9wxyir65b8ks9gj1d6"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("pandoc" ,pandoc)
|
||||
|
|
Loading…
Reference in a new issue