Merge pull request #117751 from r-ryantm/auto-update/python3.8-google-cloud-bigquery

python38Packages.google-cloud-bigquery: 2.12.0 -> 2.13.1
This commit is contained in:
Sandro 2021-03-29 12:16:24 +02:00 committed by GitHub
commit e83271e112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "2.12.0";
version = "2.13.1";
src = fetchPypi {
inherit pname version;
sha256 = "484bb733e5dd14bb82d28480a5d7f540b8ee59f081fcf32782546b717180d1b8";
sha256 = "915f93c61c03d1d6024d5b19355bb96af25da9f924d0b5bab5cde851e1bd48f4";
};
propagatedBuildInputs = [