gnu: r-tidyselect: Update to 0.2.2.

* gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.2.
master
Ricardo Wurmus 2017-10-17 17:48:29 +02:00
parent c43db8da3a
commit d8455fe146
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3588,14 +3588,14 @@ the 'lite' version of the more complete @code{viridis} package.")
(define-public r-tidyselect
(package
(name "r-tidyselect")
(version "0.2.0")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidyselect" version))
(sha256
(base32
"1h10qc5bxk5v0zhmip3gwnzy50fs2gbdvcg2163is0k9a8rifq9r"))))
"1lndr0ajd3fhycmrw2fdaiyf32in5pgl5ig901q221g24n87vmnd"))))
(build-system r-build-system)
(propagated-inputs
`(("r-glue" ,r-glue)