me
/
guix
Archived
1
0
Fork 0

gnu: r-rstantools: Update to 2.4.0.

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

Change-Id: I8e8c453359abedfc4d0f3e2d1735e92f21df560f
master
Ricardo Wurmus 2024-02-01 22:13:03 +01:00
parent b6d7a8252f
commit 3980d01b14
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -32387,14 +32387,14 @@ using the @code{rstan} and @code{rstanarm} packages).")
(define-public r-rstantools
(package
(name "r-rstantools")
(version "2.3.1.1")
(version "2.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstantools" version))
(sha256
(base32
"0bp20jcdbscsm3s4ik86k3hfsdwkj2k6yzj41zwd0q8lq5afwq7j"))))
"1ajg7g425cmw9h9a8225szmacwyvdwl3x0k851fnqb1my2i2rxxz"))))
(properties `((upstream-name . "rstantools")))
(build-system r-build-system)
(inputs (list pandoc))