diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 13:26:16 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 21:35:31 +0200 |
commit | 0864d8fa6e126dd07cd28fa6a647cc7663f36f89 (patch) | |
tree | 733a3e992b30e67ddb64ecabbc9ef5874c6f7ef5 /gnu | |
parent | 00f9a7254147e5aa3ceb960888a1768b06c99d0d (diff) |
gnu: r-bayesplot: Update to 1.8.1.
* gnu/packages/cran.scm (r-bayesplot): Update to 1.8.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 47deab2f78..50d0ca6753 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10723,14 +10723,14 @@ correlation, censored, ordered and multivariate problems.") (define-public r-bayesplot (package (name "r-bayesplot") - (version "1.8.0") + (version "1.8.1") (source (origin (method url-fetch) (uri (cran-uri "bayesplot" version)) (sha256 (base32 - "0j69a78l5z0wyxcz607amaa4jc8kwwvcia9wxyir65b8ks9gj1d6")))) + "0aman4273i8hy3z0qay1nrsr7v27m4icm1j6f4w59ylix80l5myq")))) (build-system r-build-system) (inputs `(("pandoc" ,pandoc) |