guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

58/119: gnu: r-bayesplot: Update to 1.8.1.


From: guix-commits
Subject: 58/119: gnu: r-bayesplot: Update to 1.8.1.
Date: Sat, 10 Jul 2021 16:31:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0864d8fa6e126dd07cd28fa6a647cc7663f36f89
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:16 2021 +0200

    gnu: r-bayesplot: Update to 1.8.1.
    
    * gnu/packages/cran.scm (r-bayesplot): Update to 1.8.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 47deab2..50d0ca6 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]