guix-commits
[Top][All Lists]
Advanced

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

134/212: gnu: r-rstan: Update to 2.21.8.


From: guix-commits
Subject: 134/212: gnu: r-rstan: Update to 2.21.8.
Date: Sat, 18 Feb 2023 14:01:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c930c026b279659cd89b18cf95e616a99ace51bb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:49 2023 +0100

    gnu: r-rstan: Update to 2.21.8.
    
    * gnu/packages/cran.scm (r-rstan): Update to 2.21.8.
---
 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 8cce1f02af..84feb3e81a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28449,14 +28449,14 @@ techniques to average Bayesian predictive 
distributions.")
 (define-public r-rstan
   (package
     (name "r-rstan")
-    (version "2.21.7")
+    (version "2.21.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rstan" version))
        (sha256
         (base32
-         "0ibd3pj2pvd7658sdg95fa2yhfmxz9gy0cjwcrdr546k209j55a4"))))
+         "0xah8wl4lg8zh5982m20ipc6cjck1dsfi8lz1jbkg4212p1yvm5j"))))
     (properties `((upstream-name . "rstan")))
     (build-system r-build-system)
     (arguments



reply via email to

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