python310Packages.grpcio-channelz: 1.58.0 -> 1.59.0

This commit is contained in:
R. Ryantm 2023-10-14 06:46:27 +00:00 committed by Yt
parent 3769520107
commit 44688570ac

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "grpcio-channelz";
version = "1.58.0";
version = "1.59.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-NWhuF3z+FGHJ+d99r+Uq4iTIppXkgwQYu0ASIyE8DB0=";
hash = "sha256-H25CEs6JW+gnpuGJe88vSh0h5ETKMT8lxEgfViExhMk=";
};
nativeBuildInputs = [