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
This commit is contained in:
Ricardo Wurmus 2024-02-15 14:12:11 +01:00
parent ab0eb5e5e1
commit 5604957a75
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3841,13 +3841,13 @@ (define-public r-tkrplot
(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 @@ (define-public r-rvest
r-rlang
r-selectr
r-tibble
r-withr
r-xml2))
(native-inputs
(list r-knitr))