guix-commits
[Top][All Lists]
Advanced

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

137/211: gnu: r-rstan: Update to 2.21.7.


From: guix-commits
Subject: 137/211: gnu: r-rstan: Update to 2.21.7.
Date: Tue, 20 Sep 2022 06:24:32 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 77d943d00f54146cda3630751f99020c9b0e4581
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:20 2022 +0200

    gnu: r-rstan: Update to 2.21.7.
    
    * gnu/packages/cran.scm (r-rstan): Update to 2.21.7.
---
 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 413563c1d6..1292c25d87 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26632,14 +26632,14 @@ techniques to average Bayesian predictive 
distributions.")
 (define-public r-rstan
   (package
     (name "r-rstan")
-    (version "2.21.5")
+    (version "2.21.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rstan" version))
        (sha256
         (base32
-         "1smr5cjrqvpdnkmjpjp73p96sy581x15mwrn4fqd1p4d5mbgxr46"))))
+         "0ibd3pj2pvd7658sdg95fa2yhfmxz9gy0cjwcrdr546k209j55a4"))))
     (properties `((upstream-name . "rstan")))
     (build-system r-build-system)
     (arguments



reply via email to

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