gnu: r-rstantools: Update to 2.3.1.
* gnu/packages/cran.scm (r-rstantools): Update to 2.3.1.
This commit is contained in:
parent
d9e52d2124
commit
81ea6fa24e
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Reference in a new issue