python310Packages.google-cloud-bigquery-storage: 2.16.2 -> 2.17.0

This commit is contained in:
R. Ryantm 2023-01-07 15:11:40 +00:00
parent ac7445e754
commit f08d1cb7e9

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-storage";
version = "2.16.2";
version = "2.17.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5qyk97b06tuH+FEJBhd1Y1GOFYfIt7FivPjhyede9BY=";
hash = "sha256-AsEcoAmOg+J/g8P5o51PzO9R5z0Nce9zQ/EiIYhmaFw=";
};
propagatedBuildInputs = [