[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: r-knitr: Update to 1.29.
From: |
guix-commits |
Subject: |
08/11: gnu: r-knitr: Update to 1.29. |
Date: |
Wed, 24 Jun 2020 11:24:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d8c78ea647005025ce283f1148ad030990e04407
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 24 17:21:31 2020 +0200
gnu: r-knitr: Update to 1.29.
* gnu/packages/statistics.scm (r-knitr): Update to 1.29.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4a138fe..96cf7fb 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)
- branch master updated (d739b8d -> f39ef3a), guix-commits, 2020/06/24
- 01/11: gnu: r-gower: Update to 0.2.2., guix-commits, 2020/06/24
- 04/11: gnu: r-docopt: Update to 0.7.1., guix-commits, 2020/06/24
- 05/11: gnu: r-bookdown: Update to 0.20., guix-commits, 2020/06/24
- 02/11: gnu: r-recipes: Update to 0.1.13., guix-commits, 2020/06/24
- 03/11: gnu: r-magick: Update to 2.4.0., guix-commits, 2020/06/24
- 07/11: gnu: r-patchwork: Update to 1.0.1., guix-commits, 2020/06/24
- 08/11: gnu: r-knitr: Update to 1.29.,
guix-commits <=
- 06/11: gnu: r-ggforce: Update to 0.3.2., guix-commits, 2020/06/24
- 09/11: gnu: r-segmented: Update to 1.2-0., guix-commits, 2020/06/24
- 11/11: gnu: r-fpc: Update to 2.2-6., guix-commits, 2020/06/24
- 10/11: gnu: r-dt: Update to 0.14., guix-commits, 2020/06/24