python313Packages.google-cloud-trace: 1.16.2 -> 1.17.0 (#475518)

This commit is contained in:
Fabian Affolter
2026-01-01 09:24:36 +00:00
committed by GitHub

View File

@@ -9,21 +9,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-trace";
version = "1.16.2";
version = "1.17.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_trace";
inherit version;
hash = "sha256-ib7yI6USRllR60kzW+bWC+4DltV2YC2/VjaEOdMDyrQ=";
hash = "sha256-aHA7/JNxgIPwYdkTCjhS4xgewba3lrdoVpl8KPUblZU=";
};
build-system = [ setuptools ];