gnu: r-bigrquery: Update to 1.3.2.

* gnu/packages/cran.scm (r-bigrquery): Update to 1.3.2.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:14:02 +02:00
parent 405c7e6550
commit 876a326a0f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11405,14 +11405,14 @@ (define-public r-gargle
(define-public r-bigrquery
(package
(name "r-bigrquery")
(version "1.3.1")
(version "1.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "bigrquery" version))
(sha256
(base32
"0mq03sqv5lkyn3dlxvyd6lqqwnryfdaqh05pjvngzp194fxmd9cy"))))
"16whccv7f94vf57dvbbrhdskz3nnbmpa11a14kp7aynckldlfy0v"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)