python310Packages.google-cloud-bigquery-storage: 2.13.1 -> 2.13.2

This commit is contained in:
R. Ryantm
2022-06-07 16:00:12 +00:00
committed by Florian Brandes
parent ceaa1a1ece
commit ae562f05c0

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