me
/
guix
Archived
1
0
Fork 0

gnu: r-formatr: Update to 1.13.

* gnu/packages/statistics.scm (r-formatr): Update to 1.13.
master
Ricardo Wurmus 2023-01-02 15:00:14 +01:00
parent c4922c9315
commit 9817e4adac
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1450,13 +1450,13 @@ adapted for other output formats, such as HTML or LaTeX.")
(define-public r-formatr
(package
(name "r-formatr")
(version "1.12")
(version "1.13")
(source (origin
(method url-fetch)
(uri (cran-uri "formatR" version))
(sha256
(base32
"12wch1774113nlrc0lihfn5rbh4hln9sg6dv6zc2bvyb8fzyyllb"))))
"09z5wvbhrr2s2d196cxwzvjn0qr6pf4czrfqwdzqgqrdpwrxq1xj"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))