1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 01:05:54 +02:00

gnu: r-knitr: Update to 1.26.

* gnu/packages/statistics.scm (r-knitr): Update to 1.26.
This commit is contained in:
Ricardo Wurmus
2019-11-14 08:22:44 +01:00
parent 44ffff99d3
commit bc697e716d
+2 -2
View File
@@ -1449,13 +1449,13 @@ emitter (http://pyyaml.org/wiki/LibYAML) for R.")
(define-public r-knitr
(package
(name "r-knitr")
(version "1.25")
(version "1.26")
(source (origin
(method url-fetch)
(uri (cran-uri "knitr" version))
(sha256
(base32
"0lsc201a4f6xksmsklhr6gmhl0mxih0xhlcdvhs2ypzcx1pvkpnv"))))
"08f3bdd5cnnbigybr9vmkhq12n64pbmn4layl3w5rwk8xi5kbnrq"))))
(build-system r-build-system)
(propagated-inputs
`(("r-evaluate" ,r-evaluate)