[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: r-rvest: Update to 1.0.4.
From: |
guix-commits |
Subject: |
03/13: gnu: r-rvest: Update to 1.0.4. |
Date: |
Thu, 15 Feb 2024 08:13:12 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5604957a75eb66c1330bc60877f0350228deee1c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 15 14:12:11 2024 +0100
gnu: r-rvest: Update to 1.0.4.
* gnu/packages/cran.scm (r-rvest): Update to 1.0.4.
[propagated-inputs]: Remove r-withr.
Change-Id: Ic57066624f02909a6415060c7ff107fb98096f18
---
gnu/packages/cran.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8a5fa9e11e..5e0492d0e6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3841,13 +3841,13 @@ cross-platform graphical user interface toolkit}
widget.")
(define-public r-rvest
(package
(name "r-rvest")
- (version "1.0.3")
+ (version "1.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "rvest" version))
(sha256
- (base32 "07hws9infwchy19smrcd9m6c0jii0bdn335yxqk3ramgj5ryyrd4"))))
+ (base32 "19lw0jk8d8x88z247hz761gwbx9f5n3yqnv63mn7pkwl55mpqw3x"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli
@@ -3858,7 +3858,6 @@ cross-platform graphical user interface toolkit} widget.")
r-rlang
r-selectr
r-tibble
- r-withr
r-xml2))
(native-inputs
(list r-knitr))
- branch master updated (7151086aff -> 5ad54df6b0), guix-commits, 2024/02/15
- 07/13: gnu: r-targets: Update to 1.5.1., guix-commits, 2024/02/15
- 01/13: gnu: Add r-secretbase., guix-commits, 2024/02/15
- 02/13: gnu: r-tgstat: Update to 2.3.27., guix-commits, 2024/02/15
- 06/13: gnu: r-ggnetwork: Update to 0.5.13., guix-commits, 2024/02/15
- 03/13: gnu: r-rvest: Update to 1.0.4.,
guix-commits <=
- 04/13: gnu: r-ggally: Update to 2.2.1., guix-commits, 2024/02/15
- 11/13: gnu: r-filesstrings: Update to 3.4.0., guix-commits, 2024/02/15
- 05/13: gnu: r-quantmod: Update to 0.4.26., guix-commits, 2024/02/15
- 08/13: gnu: r-bayesplot: Update to 1.11.1., guix-commits, 2024/02/15
- 09/13: gnu: r-bayestestr: Update to 0.13.2., guix-commits, 2024/02/15
- 13/13: gnu: r-survival: Update to 3.5-8., guix-commits, 2024/02/15
- 10/13: gnu: r-parallelly: Update to 1.37.0., guix-commits, 2024/02/15
- 12/13: gnu: r-isocodes: Update to 2024.02.12., guix-commits, 2024/02/15