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

This commit is contained in:
Sandro 2022-02-18 14:19:09 +01:00 committed by GitHub
commit 003adbe0e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "2.32.0";
version = "2.33.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-84Y6xCk/CkWF5ERh2CuR+SOXIe8z/JV11AG02n3BJ70=";
sha256 = "sha256-4VIlDMUmpwWE+AIAZs7L3y+i35hEF7a76/+Wqtwy498=";
};
propagatedBuildInputs = [