me
/
guix
Archived
1
0
Fork 0

gnu: r-rstanarm: Update to 2.21.3.

* gnu/packages/cran.scm (r-rstanarm): Update to 2.21.3.
master
Ricardo Wurmus 2022-04-11 18:01:27 +02:00
parent fb448d177e
commit d72cece70d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25446,14 +25446,14 @@ need to derive the partial derivatives.")
(define-public r-rstanarm
(package
(name "r-rstanarm")
(version "2.21.1")
(version "2.21.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstanarm" version))
(sha256
(base32
"04ggzak3f7jaxza3dxyrmxp5b48qcgyspy22ykbhr03g4hzp7jk8"))))
"19rj396q84maxnd9d2xcd5rblg3310xn7sqbd6k18kwf3dvd7wp9"))))
(properties `((upstream-name . "rstanarm")))
(build-system r-build-system)
(inputs