aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/statistics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4a138fe00a..96cf7fbd55 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1410,13 +1410,13 @@ emitter (http://pyyaml.org/wiki/LibYAML) for R.")
(define-public r-knitr
(package
(name "r-knitr")
- (version "1.28")
+ (version "1.29")
(source (origin
(method url-fetch)
(uri (cran-uri "knitr" version))
(sha256
(base32
- "0ai382fmpz25qrhdgchs3vph2cdvyd73xyryg4jby5fp67d03vh5"))))
+ "00rcwiq8znmk5h4qgrwd0639xyb38iwbjykqjk3disz3kvrcvbn1"))))
(build-system r-build-system)
(propagated-inputs
`(("r-evaluate" ,r-evaluate)
)....Ludovic Courtès 2013-09-18derivations: 'derivation' and related procedures return a single value....Ludovic Courtès 2013-04-11tests: Adjust `gnu-build' test to search path mechanism....Ludovic Courtès 2013-02-01Augment `.dir-locals.el'....Ludovic Courtès 2013-01-18distro: Change the module name space to (gnu ...)....Ludovic Courtès 2013-01-06Update license headers....Ludovic Courtès 2012-12-13tests: Skip network-dependent tests when the network is unreachable....Ludovic Courtès 2012-11-13tests: Make sure to use the bootstrap Guile....Ludovic Courtès 2012-11-13Remove (guix http) and (guix ftp)....Ludovic Courtès 2012-11-12Add (guix download) and (guix build download)....Ludovic Courtès 2012-11-11Move base32 code to (guix base32)....Ludovic Courtès 2012-11-04distro: Move bootstrap packages to (distro packages bootstrap)....Ludovic Courtès 2012-11-02tests: Run without substitutes....Ludovic Courtès 2012-10-28tests: Use our own bootstrap tools....Ludovic Courtès 2012-10-07tests: Use bootstrap and Nixpkgs inputs to be less costly....Ludovic Courtès