gnu: r-googlesheets: Update to 0.2.2.

* gnu/packages/statistics.scm (r-googlesheets): Update to 0.2.2.
This commit is contained in:
Ricardo Wurmus 2017-08-03 17:23:31 +02:00
parent 9b9fef0eaf
commit 1d256438c8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3720,14 +3720,14 @@ (define-public r-cellranger
(define-public r-googlesheets
(package
(name "r-googlesheets")
(version "0.2.1")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "googlesheets" version))
(sha256
(base32
"0ps13h1cv7fj5dh8s4nvwi64wnnyqdsadcaa4iizq1c5s615cwk3"))))
"18q0xmxn09b52rmky7gr5flp0awndcnsgb7zcvkzvkrkvmwad52b"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cellranger" ,r-cellranger)