gnu: r-rstantools: Update to 2.3.1.1.

* gnu/packages/cran.scm (r-rstantools): Update to 2.3.1.1.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:21:07 +02:00
parent a6984591fd
commit 08ddc562d7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31273,14 +31273,14 @@ (define-public r-shinystan
(define-public r-rstantools
(package
(name "r-rstantools")
(version "2.3.1")
(version "2.3.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstantools" version))
(sha256
(base32
"0xb9rb6nlqsqxi08hx9iwqpfz6ssdmh6axyk7d399j7zhklg5m42"))))
"0bp20jcdbscsm3s4ik86k3hfsdwkj2k6yzj41zwd0q8lq5afwq7j"))))
(properties `((upstream-name . "rstantools")))
(build-system r-build-system)
(inputs (list pandoc))