gnu: r-rstan: Update to 2.21.8.

* gnu/packages/cran.scm (r-rstan): Update to 2.21.8.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:49 +01:00
parent 6471f296a2
commit c930c026b2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -28449,14 +28449,14 @@ (define-public r-loo
(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