python310Packages.google-cloud-bigquery: 2.32.0 -> 2.33.0

This commit is contained in:
R. Ryantm 2022-02-18 10:51:37 +00:00
parent b715fcd9d9
commit 11e94d72a9

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 = [