mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: r-rstan: Update to 2.32.3.
* gnu/packages/cran.scm (r-rstan): Update to 2.32.3. Change-Id: Iafaf0788e757ff591c191a4487d757e5728b03cb
This commit is contained in:
parent
0de67d2c56
commit
8d44e935fe
1 changed files with 2 additions and 2 deletions
|
@ -31562,14 +31562,14 @@ (define-public r-loo
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue