python310Packages.grpcio-reflection: 1.59.2 -> 1.59.3

This commit is contained in:
R. Ryantm 2023-12-03 03:47:25 +00:00 committed by Yt
parent 00639571f8
commit a7788681eb

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "grpcio-reflection";
version = "1.59.2";
version = "1.59.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-l5bcvFnc+59tVGXVnn+mKld3o+TVqolPRIVciWpG+os=";
hash = "sha256-VAPFpzjG7sS7QIDad+RQMS2s5BqG4pKsN8/QB7JlfU4=";
};
nativeBuildInputs = [