mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-knitr: Update to 1.33.
* gnu/packages/statistics.scm (r-knitr): Update to 1.33.
This commit is contained in:
parent
dfafea7951
commit
fe41452faf
1 changed files with 2 additions and 2 deletions
|
@ -1440,13 +1440,13 @@ (define-public r-yaml
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue