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

python310Packages.google-cloud-bigquery-storage: 2.23.0 -> 2.24.0

authored by Weijia Wang and committed by GitHub 34f26792 5e05ea57

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "google-cloud-bigquery-storage"; 17 - version = "2.23.0"; 17 + version = "2.24.0"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.7"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-hJbG0wV177IkwYlAVm+awAbTsSCudZACkYaXw0B5l+Y="; 24 + hash = "sha256-tK9bmqzYOWuEB9G4d2AaN22O6m0ZKCOop4gb0v3Ads4="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [