gnu: r-bayesplot: Update to 1.7.1.

* gnu/packages/cran.scm (r-bayesplot): Update to 1.7.1.
This commit is contained in:
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

View file

@ -8185,14 +8185,14 @@ (define-public r-coin
(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)