gnu: r-rstantools: Update to 2.3.1.

* gnu/packages/cran.scm (r-rstantools): Update to 2.3.1.
This commit is contained in:
Ricardo Wurmus 2023-03-30 17:56:40 +02:00
parent d9e52d2124
commit 81ea6fa24e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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