3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-rvest: Update to 0.3.5.

* gnu/packages/cran.scm (r-rvest): Update to 0.3.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-10 21:18:44 +01:00
parent 9e4e66c4ae
commit 92c0004088
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -290,14 +290,13 @@ single step.")
(define-public r-rvest
(package
(name "r-rvest")
(version "0.3.4")
(version "0.3.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "rvest" version))
(sha256
(base32
"0ji5lk8g1gbv4d9c4jg1fg6rgsqrrwkm05j1id7drdw9kqdifgj1"))))
(base32 "0r0a5jic09xw5pk0x42pr99r3zab5m9s4x85ymx1sl769jz42zqf"))))
(build-system r-build-system)
(propagated-inputs
`(("r-httr" ,r-httr)