gnu: r-knitr: Update to 1.45.
* gnu/packages/statistics.scm (r-knitr): Update to 1.45. Change-Id: I1317366a0041f29b284e24d056734498f9d35cd7
This commit is contained in:
parent
4f4ab05dc4
commit
e2d4dd5e1c
1 changed files with 2 additions and 2 deletions
|
@ -1578,13 +1578,13 @@ (define-public r-yaml
|
|||
(define-public r-knitr
|
||||
(package
|
||||
(name "r-knitr")
|
||||
(version "1.44")
|
||||
(version "1.45")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "knitr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"015ylljvx0q2himch4k813021nvh0l7p5x3aqdkj3w0ax8x8k3ki"))))
|
||||
"1yw4fnzm8lvh6kpcdlvr1fahz7421h5mmaris58zlgn57fjxwbpf"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-evaluate r-highr r-xfun r-yaml))
|
||||
|
|
Loading…
Reference in a new issue