gnu: r-tidyr: Update to 0.7.1.

* gnu/packages/statistics.scm (r-tidyr): Update to 0.7.1.
This commit is contained in:
Ricardo Wurmus 2017-09-05 16:09:17 +02:00
parent 31b7f0c0fc
commit 8036caa75a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3586,14 +3586,14 @@ selection.")
(define-public r-tidyr
(package
(name "r-tidyr")
(version "0.7.0")
(version "0.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidyr" version))
(sha256
(base32
"1lg0amx5hs37ajwjxz7ya50q4s28jcdj51kzl10s1x4l1akp7xls"))))
"18fii18f967xaw6swn0w744sncx37rfq6gd8d9dccrpyf8647hmr"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)