python310Packages.grpcio-channelz: 1.59.3 -> 1.60.0

This commit is contained in:
R. Ryantm 2023-12-20 00:41:59 +00:00
parent 33793dfab8
commit 3a49f39abb

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "grpcio-channelz";
version = "1.59.3";
version = "1.60.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-R2rk/4yQ0ldy6yZeauVtEpmmF0Jnx61NMw98y3D5kq4=";
hash = "sha256-TRTHMDUm50cmFJ0BX1zwd34xCVsuyejqp7hHc33LYKA=";
};
nativeBuildInputs = [