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

This commit is contained in:
R. Ryantm 2023-01-14 10:19:49 +00:00
parent 66bc6e35c9
commit 85905e4de4

View file

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