[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/214: gnu: r-rvest: Update to 1.0.3.
From: |
guix-commits |
Subject: |
26/214: gnu: r-rvest: Update to 1.0.3. |
Date: |
Tue, 20 Sep 2022 11:06:57 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit cd6b82cdd88c7882b9ea57b5c42d63014b1b4e87
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:46 2022 +0200
gnu: r-rvest: Update to 1.0.3.
* gnu/packages/cran.scm (r-rvest): Update to 1.0.3.
[propagated-inputs]: Add r-cli, r-glue, and r-withr.
---
gnu/packages/cran.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f3ead71122..d201173752 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2126,21 +2126,24 @@ single step.")
(define-public r-rvest
(package
(name "r-rvest")
- (version "1.0.2")
+ (version "1.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "rvest" version))
(sha256
- (base32 "1905vxgnj3q09l1wf6rwxpbpydznp06nbkrclnc05j2415z4gfw9"))))
+ (base32 "07hws9infwchy19smrcd9m6c0jii0bdn335yxqk3ramgj5ryyrd4"))))
(build-system r-build-system)
(propagated-inputs
- (list r-httr
+ (list r-cli
+ r-glue
+ r-httr
r-lifecycle
r-magrittr
r-rlang
r-selectr
r-tibble
+ r-withr
r-xml2))
(native-inputs
(list r-knitr))
- 93/214: gnu: r-future: Update to 1.28.0., (continued)
- 93/214: gnu: r-future: Update to 1.28.0., guix-commits, 2022/09/20
- 116/214: gnu: r-covr: Update to 3.6.1., guix-commits, 2022/09/20
- 136/214: gnu: r-tam: Update to 4.1-4., guix-commits, 2022/09/20
- 43/214: gnu: r-xfun: Update to 0.33., guix-commits, 2022/09/20
- 10/214: gnu: r-httpuv: Update to 1.6.6., guix-commits, 2022/09/20
- 20/214: gnu: r-zoo: Update to 1.8-11., guix-commits, 2022/09/20
- 21/214: gnu: r-ggvenndiagram: Update to 1.2.2., guix-commits, 2022/09/20
- 17/214: gnu: r-googlesheets4: Update to 1.0.1., guix-commits, 2022/09/20
- 18/214: gnu: r-rticles: Update to 0.24., guix-commits, 2022/09/20
- 27/214: gnu: r-reprex: Update to 2.0.2., guix-commits, 2022/09/20
- 26/214: gnu: r-rvest: Update to 1.0.3.,
guix-commits <=
- 30/214: gnu: r-modelr: Update to 0.1.9., guix-commits, 2022/09/20
- 31/214: gnu: r-shinyfiles: Update to 0.9.3., guix-commits, 2022/09/20
- 74/214: gnu: r-effectsize: Update to 0.7.0.5., guix-commits, 2022/09/20
- 81/214: gnu: r-arm: Update to 1.13-1., guix-commits, 2022/09/20
- 78/214: gnu: r-tweedie: Update to 2.3.5., guix-commits, 2022/09/20
- 66/214: gnu: r-mosaicdata: Update to 0.20.3., guix-commits, 2022/09/20
- 63/214: gnu: r-mosaiccore: Update to 0.9.2., guix-commits, 2022/09/20
- 65/214: gnu: r-ggformula: Update to 0.10.2., guix-commits, 2022/09/20
- 42/214: gnu: r-cli: Update to 3.4.0., guix-commits, 2022/09/20
- 59/214: gnu: r-officer: Update to 0.4.4., guix-commits, 2022/09/20