mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-rvest: Update to 1.0.2.
* gnu/packages/cran.scm (r-rvest): Update to 1.0.2.
This commit is contained in:
parent
909d67f409
commit
c9cb6170bc
1 changed files with 2 additions and 2 deletions
|
@ -1232,13 +1232,13 @@ (define-public r-tidyverse
|
||||||
(define-public r-rvest
|
(define-public r-rvest
|
||||||
(package
|
(package
|
||||||
(name "r-rvest")
|
(name "r-rvest")
|
||||||
(version "1.0.1")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rvest" version))
|
(uri (cran-uri "rvest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v99bpp2077s4y5phvkzpgjyr8cs9axifm1c3npw6jmh8x9j91h8"))))
|
(base32 "1905vxgnj3q09l1wf6rwxpbpydznp06nbkrclnc05j2415z4gfw9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-httr" ,r-httr)
|
`(("r-httr" ,r-httr)
|
||||||
|
|
Loading…
Reference in a new issue