Merge pull request #176739 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery-storage

This commit is contained in:
Sandro 2022-06-07 19:04:02 +02:00 committed by GitHub
commit 631a0e3d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-storage";
version = "2.13.1";
version = "2.13.2";
src = fetchPypi {
inherit pname version;
sha256 = "7a25148f635a04ca9ff568d47e64be275d3a4a3c90772524879e8f88f270d92d";
sha256 = "sha256-rEznNOgFrKfnOmlhexTTHmkKETRGE26SKSp04diz47I=";
};
propagatedBuildInputs = [