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

python310Packages.google-cloud-bigquery: 3.6.0 -> 3.7.0
This commit is contained in:
Fabian Affolter 2023-03-17 08:26:15 +01:00 committed by GitHub
commit 48410aeaff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "3.6.0";
version = "3.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WIbBTykJcVjVmvp0pnMtvdWD5u8w3Jk0pWrVMpBt41Y=";
hash = "sha256-z59UP606r0hxxT9Wtxjh75Spp3ixfxaJABX2/CXDKOw=";
};
propagatedBuildInputs = [