Merge pull request #240678 from fabaff/google-cloud-bigquery-bump

python311Packages.google-cloud-bigquery: 3.11.2 -> 3.11.3
This commit is contained in:
Fabian Affolter 2023-06-30 11:13:23 +02:00 committed by GitHub
commit d8d5bcc0ce
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.11.2";
version = "3.11.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-oPDQSS//TJyRHKsnZA5pDdFLRC7agzMZsRGQBCsvdGk=";
hash = "sha256-1Fhb6edsmE7IPvKQ6+/xdWLSyfL0+E0wFdm3sntJmp0=";
};
propagatedBuildInputs = [