me
/
guix
Archived
1
0
Fork 0

gnu: r-bayesplot: Update to 1.11.0.

* gnu/packages/cran.scm (r-bayesplot): Update to 1.11.0.

Change-Id: I061dc8275625969cf56acde4d60155add3178ede
master
Ricardo Wurmus 2024-02-01 22:13:03 +01:00
parent 50c84f8443
commit ffedad4abb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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