python3Packages.google-cloud-bigquery-logging: 1.9.0 -> 1.10.0

This commit is contained in:
R. Ryantm
2026-06-08 04:34:06 +00:00
parent f77c3e23e5
commit a17ae9e28d
@@ -14,13 +14,13 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-bigquery-logging";
version = "1.9.0";
version = "1.10.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_bigquery_logging";
inherit (finalAttrs) version;
hash = "sha256-jgXYORisIBuJxLVgyd0Dig1aFR8CYWfjuBWsi+VgDew=";
hash = "sha256-/uWxsAr51ZW68LWrAXcaTAWwO5zuRo0eA77GLJacWa8=";
};
build-system = [ setuptools ];