Merge pull request #193632 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery-storage
python310Packages.google-cloud-bigquery-storage: 2.16.0 -> 2.16.1
This commit is contained in:
commit
336d65f20f
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-bigquery-storage";
|
pname = "google-cloud-bigquery-storage";
|
||||||
version = "2.16.0";
|
version = "2.16.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-5CIRh3g4MLRMo5MwalOjJYIgM3eoiHI6i7MVMs9c04Q=";
|
sha256 = "sha256-2qCPfrhuR5lqzKXcHvwZlNFFP8CN/sJbm/U/Q37zAOY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue