Merge pull request #113770 from r-ryantm/auto-update/python3.7-google-cloud-bigquery

python37Packages.google-cloud-bigquery: 2.8.0 -> 2.9.0

authored by

Sandro and committed by
GitHub
88b81aab 85e08ba0

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-bigquery/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "google-cloud-bigquery"; 20 - version = "2.8.0"; 20 + version = "2.9.0"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - sha256 = "c4c43f7f440d6e5bb2895d21122af5de65b487ea2c69cea466a516bb826ab921"; 24 + sha256 = "33fcbdf5567bdb7657fb3485f061e7f1b45361f65fdafc168ab9172117fd9a5a"; 25 25 }; 26 26 27 27 propagatedBuildInputs = [