From c930c026b279659cd89b18cf95e616a99ace51bb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 18 Feb 2023 16:08:49 +0100 Subject: [PATCH] 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