guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: r-bayesplot: Update to 1.7.1.


From: guix-commits
Subject: 05/10: gnu: r-bayesplot: Update to 1.7.1.
Date: Tue, 3 Dec 2019 08:54:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit de5092bab0fc19ae3d945d7b6b17e2169e1a67ae
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 3 14:53:42 2019 +0100

    gnu: r-bayesplot: Update to 1.7.1.
    
    * gnu/packages/cran.scm (r-bayesplot): Update to 1.7.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 fd62dff..0f4e60e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8185,14 +8185,14 @@ correlation, censored, ordered and multivariate 
problems.")
 (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)



reply via email to

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