python313Packages.google-cloud-bigquery-logging: 1.6.1 -> 1.6.2 (#391780)

This commit is contained in:
Fabian Affolter
2025-03-21 11:54:16 +01:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-logging";
version = "1.6.1";
version = "1.6.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_bigquery_logging";
inherit version;
hash = "sha256-gkozSu9UENr/4LRmHdS+efRH8t63ZO64zAx7i2cT51E=";
hash = "sha256-sVWeTqq4drPOmlUXd6R2O44PpNfcbsglhXeh6umYMZI=";
};
build-system = [ setuptools ];