mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (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))
|
||||
|
|
Loading…
Reference in a new issue