gnu: r-rstantools: Update to 2.2.0.

* gnu/packages/cran.scm (r-rstantools): Update to 2.2.0.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:26 +02:00
parent a62c9d21c7
commit 23aeeca58f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25336,14 +25336,14 @@ using the @code{rstan} and @code{rstanarm} packages).")
(define-public r-rstantools
(package
(name "r-rstantools")
(version "2.1.1")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstantools" version))
(sha256
(base32
"0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
"1dsfgi02hps878n3vimfdbzpm4gr5n3ccrmnc61ncrqcp6p0p0fb"))))
(properties `((upstream-name . "rstantools")))
(build-system r-build-system)
(inputs (list pandoc))