mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
ab0eb5e5e1
commit
5604957a75
1 changed files with 2 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue