~ruther/guix-local

5e45e7bdc1373964849b7dc69c28ddaba8ec4888 — Ricardo Wurmus a month ago 81da836
gnu: r-rstantools: Update to 2.6.0.

* gnu/packages/cran.scm (r-rstantools): Update to 2.6.0.

Change-Id: I86ec72147d54c63ec7f50c0afed18792be3505b6
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 46731,14 46731,14 @@ using the @code{rstan} and @code{rstanarm} packages).")
(define-public r-rstantools
  (package
    (name "r-rstantools")
    (version "2.5.0")
    (version "2.6.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "rstantools" version))
       (sha256
        (base32
         "1gkjqgfg6c36fislmjf021qv02ncg9fcfp206kmxphjqp62vf09q"))))
         "0dzqlxvpfpr9q0f30c9lksi1kag1nhbz1vasssh4ifs2ivsdir3g"))))
    (properties `((upstream-name . "rstantools")))
    (build-system r-build-system)
    (inputs (list pandoc))