me
/
guix
Archived
1
0
Fork 0

gnu: r-bayesplot: Update to 1.7.1.

* gnu/packages/cran.scm (r-bayesplot): Update to 1.7.1.
master
Ricardo Wurmus 2019-12-03 14:53:42 +01:00
parent 27c2a6a160
commit de5092bab0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8185,14 +8185,14 @@ correlation, censored, ordered and multivariate problems.")
(define-public r-bayesplot
(package
(name "r-bayesplot")
(version "1.7.0")
(version "1.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "bayesplot" version))
(sha256
(base32
"0h23sbfny2hcipvvfhq5aiwdh1vanizn7f8lpb9kffypxhcd7v7w"))))
"0sq0ajnm96hmlqf1cv5n2gshh3qdij4n1zbm7qrniz2q6b5aj342"))))
(build-system r-build-system)
(inputs
`(("pandoc" ,ghc-pandoc)