me
/
guix
Archived
1
0
Fork 0

gnu: r-knitr: Update to 1.33.

* gnu/packages/statistics.scm (r-knitr): Update to 1.33.
master
Ricardo Wurmus 2021-05-04 07:13:21 +02:00
parent dfafea7951
commit fe41452faf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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)