gnu: r-rstantools: Update to 2.3.0.

* gnu/packages/cran.scm (r-rstantools): Update to 2.3.0.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:37 +01:00
parent 32acc4cc80
commit d8bda2d2c7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -29461,14 +29461,14 @@ (define-public r-shinystan
(define-public r-rstantools
(package
(name "r-rstantools")
(version "2.2.0")
(version "2.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstantools" version))
(sha256
(base32
"1dsfgi02hps878n3vimfdbzpm4gr5n3ccrmnc61ncrqcp6p0p0fb"))))
"0bc22fxpw4xvdxx8716wbasw8rpkpipb428cv764s8c0mkk2szlk"))))
(properties `((upstream-name . "rstantools")))
(build-system r-build-system)
(inputs (list pandoc))