me
/
guix
Archived
1
0
Fork 0

gnu: r-rstan: Update to 2.21.8.

* gnu/packages/cran.scm (r-rstan): Update to 2.21.8.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -28449,14 +28449,14 @@ techniques to average Bayesian predictive distributions.")
(define-public r-rstan (define-public r-rstan
(package (package
(name "r-rstan") (name "r-rstan")
(version "2.21.7") (version "2.21.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rstan" version)) (uri (cran-uri "rstan" version))
(sha256 (sha256
(base32 (base32
"0ibd3pj2pvd7658sdg95fa2yhfmxz9gy0cjwcrdr546k209j55a4")))) "0xah8wl4lg8zh5982m20ipc6cjck1dsfi8lz1jbkg4212p1yvm5j"))))
(properties `((upstream-name . "rstan"))) (properties `((upstream-name . "rstan")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments