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

python310Packages.google-cloud-bigquery-storage: 2.19.0 -> 2.19.1
This commit is contained in:
Sandro 2023-03-29 11:29:53 +02:00 committed by GitHub
commit a2d0827146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-storage";
version = "2.19.0";
version = "2.19.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5bsOrT4IIrxOnPIpvR0T1MOPGeUNU6odcKs82aN8B8I=";
hash = "sha256-DZtfQqcD8yELSzrUWhgTkZH5NHQP3zYpsbIv2VrfC7o=";
};
propagatedBuildInputs = [