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

python311Packages.google-cloud-bigquery-logging: 1.2.2 -> 1.3.0
This commit is contained in:
Fabian Affolter
2023-09-20 12:55:26 +02:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-logging";
version = "1.2.2";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-e6ZCsdEstzxMjaJdubslQ4Lchr3FmBCdtTZ0xVsCl14=";
hash = "sha256-7hj42cr9BKwSBEX09kZPngAUPFPrQ/VS5hBzbAaQhH4=";
};
propagatedBuildInputs = [