python311Packages.google-cloud-trace: 1.11.2 -> 1.11.3

Changelog: https://github.com/googleapis/python-trace/blob/v1.11.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-10-23 16:37:51 +02:00
parent 58c53b1a54
commit 64754a988e

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-trace";
version = "1.11.2";
version = "1.11.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pn2ofYfcHBxAw7IK5lKqf1AGj8e+DU8W++9XVFPZ5Ws=";
hash = "sha256-ud0MLfv5Oy3AV6RdAkyMbCxM2+55txtfoekTB1eznFE=";
};
propagatedBuildInputs = [