Archived
1
0
Fork 0

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 @@ using the @code{rstan} and @code{rstanarm} packages).")
(define-public r-rstantools (define-public r-rstantools
(package (package
(name "r-rstantools") (name "r-rstantools")
(version "2.3.0") (version "2.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rstantools" version)) (uri (cran-uri "rstantools" version))
(sha256 (sha256
(base32 (base32
"0bc22fxpw4xvdxx8716wbasw8rpkpipb428cv764s8c0mkk2szlk")))) "0xb9rb6nlqsqxi08hx9iwqpfz6ssdmh6axyk7d399j7zhklg5m42"))))
(properties `((upstream-name . "rstantools"))) (properties `((upstream-name . "rstantools")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list pandoc)) (inputs (list pandoc))