python310Packages.google-cloud-bigquery-storage: 2.14.2 -> 2.15.0

This commit is contained in:
R. Ryantm 2022-09-06 19:45:55 +00:00
parent 4af048fbb0
commit cdeffa7ca8

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-storage";
version = "2.14.2";
version = "2.15.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-VUCQSpykLuwYrzgz3YImODesRLdr1NuSreGShX2+oEw=";
sha256 = "sha256-v0g6gK4cmELH1cmRl9EDJceEOW3vKgR9GSZ2oHKzrG0=";
};
propagatedBuildInputs = [