gnu: r-bigrquery: Update to 1.3.1.

* gnu/packages/cran.scm (r-bigrquery): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:10:01 +02:00
parent f71791c501
commit d6df7299d3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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