gnu: r-selectr: Update to 0.4-2.

* gnu/packages/cran.scm (r-selectr): Update to 0.4-2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-23 01:50:08 +01:00
parent 19b85d029c
commit 33ac190105
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -314,14 +314,13 @@ (define-public r-rvest
(define-public r-selectr
(package
(name "r-selectr")
(version "0.4-1")
(version "0.4-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "selectr" version))
(sha256
(base32
"1jp27rxks4w29l47k42869hp8hnkzq2rnvsqbr44wd19fqb2zm4b"))))
(base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
(build-system r-build-system)
(propagated-inputs
`(("r-stringr" ,r-stringr)