1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 15:45:58 +02:00

gnu: r-knitr: Update to 1.33.

* gnu/packages/statistics.scm (r-knitr): Update to 1.33.
This commit is contained in:
Ricardo Wurmus
2021-05-04 07:13:21 +02:00
parent dfafea7951
commit fe41452faf
+2 -2
View File
@@ -1440,13 +1440,13 @@ emitter (http://pyyaml.org/wiki/LibYAML) for R.")
(define-public r-knitr
(package
(name "r-knitr")
(version "1.31")
(version "1.33")
(source (origin
(method url-fetch)
(uri (cran-uri "knitr" version))
(sha256
(base32
"1s87py0km76l72lbwx714cn5903lsdxs237k35p26d5bmyvqv39c"))))
"0289dj7h4wppn4xc4ids7xlrfb46gzd1n9r2wpmfc3c818mk70rg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-evaluate" ,r-evaluate)