me
/
guix
Archived
1
0
Fork 0

gnu: r-bigrquery: Update to 1.3.0.

* gnu/packages/cran.scm (r-bigrquery): Update to 1.3.0.
master
Ricardo Wurmus 2020-05-12 16:56:27 +02:00
parent d740a5db44
commit c26a9a7062
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10877,14 +10877,14 @@ preparing, executing, and processing HTTP requests.")
(define-public r-bigrquery
(package
(name "r-bigrquery")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "bigrquery" version))
(sha256
(base32
"1ggh2gngr5x0g6y7d55y6kvn94anf7qi1bkc28cjmw61hxjq38fb"))))
"0j8asipnb4fg4kk3apy37ywqq78ncmqh9wq015xpww2zb9shnbvf"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)