Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
From 2c545344257909818f561b2f097f1f0cc396e6a5 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 21:11:50 -0600
Subject: [PATCH 18/24] gnu: r-bigrquery: Update to 1.1.0.
* gnu/packages/cran.scm (r-bigrquery): Update to 1.1.0.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Toggle diff (36 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5dd8b9f0a..6709130b4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9576,17 +9576,18 @@ and manipulating sets of ontological terms.")
(define-public r-bigrquery
(package
(name "r-bigrquery")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "bigrquery" version))
(sha256
(base32
- "0z7wsqxla1pg2454l35kkfaz2s9hppwvpz1pds286ddldbbmyzis"))))
+ "0h2nzyn1w0padpl61l467j7vlkc2wair7sh6p26p94z4zfsnv0i1"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)
+ ("r-bit64" ,r-bit64)
("r-curl" ,r-curl)
("r-dbi" ,r-dbi)
("r-glue" ,r-glue)
@@ -9597,7 +9598,7 @@ and manipulating sets of ontological terms.")
("r-rapidjsonr" ,r-rapidjsonr)
("r-rcpp" ,r-rcpp)
("r-tibble" ,r-tibble)))
- (home-page "https://github.com/rstats-db/bigrquery")
+ (home-page "https://github.com/r-dbi/bigrquery")
(synopsis "R interface to Google's BigQuery API")
(description
"This package provides an R interface to Google's BigQuery database.")
--
2.20.1