gnu: r-bigrquery: Update to 1.1.1.

* gnu/packages/cran.scm (r-bigrquery): Update to 1.1.1.
master
Ricardo Wurmus 2019-05-19 09:25:02 +02:00
parent cb4a6e67da
commit 13f9e5d1be
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9929,14 +9929,14 @@ and manipulating sets of ontological terms.")
(define-public r-bigrquery
(package
(name "r-bigrquery")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "bigrquery" version))
(sha256
(base32
"0h2nzyn1w0padpl61l467j7vlkc2wair7sh6p26p94z4zfsnv0i1"))))
"1if39xkr231xmjq10fx2g7bgg4jgfd3wzx1p9g3pq4hbf2s6x0is"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)