[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/211: gnu: r-rvest: Update to 1.0.3.
From: |
guix-commits |
Subject: |
26/211: gnu: r-rvest: Update to 1.0.3. |
Date: |
Tue, 20 Sep 2022 06:23:56 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 33e91a07c6d0cee888dbdf0029a331ec584f7054
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))
- branch wip-r created (now ffca69565b), guix-commits, 2022/09/20
- 09/211: gnu: r-dt: Update to 0.25., guix-commits, 2022/09/20
- 04/211: gnu: r-arrow: Update to 9.0.0.1., guix-commits, 2022/09/20
- 03/211: gnu: apache-arrow: Update to 9.0.0., guix-commits, 2022/09/20
- 02/211: gnu: r-rintrojs: Update to 0.3.2., guix-commits, 2022/09/20
- 08/211: gnu: r-torch: Update to 0.8.1., guix-commits, 2022/09/20
- 16/211: gnu: r-dixontest: Update to 1.0.4., guix-commits, 2022/09/20
- 19/211: gnu: r-babelwhale: Update to 1.1.0., guix-commits, 2022/09/20
- 25/211: gnu: r-astsa: Update to 1.16., guix-commits, 2022/09/20
- 21/211: gnu: r-ggvenndiagram: Update to 1.2.2., guix-commits, 2022/09/20
- 26/211: gnu: r-rvest: Update to 1.0.3.,
guix-commits <=
- 18/211: gnu: r-rticles: Update to 0.24., guix-commits, 2022/09/20
- 13/211: gnu: r-htscluster: Update to 2.0.10., guix-commits, 2022/09/20
- 48/211: gnu: r-cubature: Update to 2.0.4.5., guix-commits, 2022/09/20
- 37/211: gnu: r-lpsolve: Update to 5.6.16., guix-commits, 2022/09/20
- 52/211: gnu: r-arules: Update to 1.7-4., guix-commits, 2022/09/20
- 29/211: gnu: r-readxl: Update to 1.4.1., guix-commits, 2022/09/20
- 69/211: gnu: r-furrr: Update to 0.3.1., guix-commits, 2022/09/20
- 63/211: gnu: r-mosaiccore: Update to 0.9.2., guix-commits, 2022/09/20
- 56/211: gnu: r-factominer: Update to 2.6., guix-commits, 2022/09/20
- 39/211: gnu: r-broom: Update to 1.0.1., guix-commits, 2022/09/20