gnu: r-rvest: Update to 0.3.3.
* gnu/packages/cran.scm (r-rvest): Update to 0.3.3.
This commit is contained in:
parent
c4a50a8a47
commit
1e0b0a2ec2
1 changed files with 2 additions and 2 deletions
|
@ -242,14 +242,14 @@ (define-public r-tidyverse
|
||||||
(define-public r-rvest
|
(define-public r-rvest
|
||||||
(package
|
(package
|
||||||
(name "r-rvest")
|
(name "r-rvest")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rvest" version))
|
(uri (cran-uri "rvest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04mv99z8dixywx96kfy4215g6ib23s7qvd77hcf9pxqxzcvqhvhd"))))
|
"0vsm38w83zf0djcrc5ymb1ysg88hmgq2w937ql7pqgvk5px8f2mi"))))
|
||||||
(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