python312Packages.grpcio-channelz: 1.65.4 -> 1.66.2 (#346851)

This commit is contained in:
Yt 2024-10-06 13:25:58 -04:00 committed by GitHub
commit 4b461be2a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "grpcio-channelz";
version = "1.65.4";
version = "1.66.2";
pyproject = true;
src = fetchPypi {
pname = "grpcio_channelz";
inherit version;
hash = "sha256-Ia92P8FT3+bv18k402znrt3QTDovPBCgCJ/Eqm8WDic=";
hash = "sha256-SQTHg3UjQ2YkiV2QYmlPKQt/Mzg7KWoex8SXtuTH7Rk=";
};
build-system = [ setuptools ];