me
/
guix
Archived
1
0
Fork 0

gnu: r-bayesplot: Update to 1.11.1.

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

Change-Id: I1c6d3eec7fd612c381bd32f3e4e93bbada4d4069
master
Ricardo Wurmus 2024-02-15 14:12:12 +01:00
parent 51ee98691c
commit 1f8c1f7ead
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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