guix-commits
[Top][All Lists]
Advanced

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

54/77: gnu: r-rstan: Update to 2.32.3.


From: guix-commits
Subject: 54/77: gnu: r-rstan: Update to 2.32.3.
Date: Wed, 25 Oct 2023 11:00:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8d44e935fee35d215042aa5d905396cac3ad7c84
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:40 2023 +0200

    gnu: r-rstan: Update to 2.32.3.
    
    * gnu/packages/cran.scm (r-rstan): Update to 2.32.3.
    
    Change-Id: Iafaf0788e757ff591c191a4487d757e5728b03cb
---
 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 4b5cf8b680..1f56eefbe9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31562,14 +31562,14 @@ techniques to average Bayesian predictive 
distributions.")
 (define-public r-rstan
   (package
     (name "r-rstan")
-    (version "2.26.23")
+    (version "2.32.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rstan" version))
        (sha256
         (base32
-         "08hdwrpxbxp2wdnfk2jj2xsdgl7q9nbalz5wgwmy0m878swxxzci"))))
+         "17alp92kj9mnlkzplk7zd83sv2zi2h7yc44fx5f7nz3dpwd9x7d2"))))
     (properties `((upstream-name . "rstan")))
     (build-system r-build-system)
     (arguments



reply via email to

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