gnu: r-knitr: Update to 1.40.

* gnu/packages/statistics.scm (r-knitr): Update to 1.40.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:35 +02:00
parent 6e47b0f88e
commit 68552107e9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1556,13 +1556,13 @@ (define-public r-yaml
(define-public r-knitr
(package
(name "r-knitr")
(version "1.39")
(version "1.40")
(source (origin
(method url-fetch)
(uri (cran-uri "knitr" version))
(sha256
(base32
"0wmcj6xv0bcqzmp5vm8s574rfx366rkgm03lgyppk9ywxgnna6n9"))))
"1g1mhnkyxd2sv6p1l6iph9dnmpbwxhah78xx4kq543ks6vzrb3wv"))))
(build-system r-build-system)
(propagated-inputs
(list r-evaluate r-highr r-stringr r-xfun r-yaml))