python311Packages.google-cloud-bigquery-logging: 1.2.2 -> 1.3.0

Changelog: https://github.com/googleapis/python-bigquery-logging/blob/v1.3.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-09-20 08:54:34 +02:00
parent 6a1b459f0b
commit e08f9171ba

View file

@ -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 = [