Merge pull request #262950 from fabaff/google-cloud-trace-bump

python311Packages.google-cloud-trace: 1.11.2 -> 1.11.3
This commit is contained in:
Nick Cao 2023-10-23 21:58:25 -04:00 committed by GitHub
commit 5f1cf318ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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