python310Packages.grpcio-health-checking: 1.59.0 -> 1.59.3

This commit is contained in:
R. Ryantm
2023-12-03 07:44:50 +00:00
committed by Yt
parent a7788681eb
commit d1109f39a5
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.59.0";
version = "1.59.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-4CIcpupsITlhQXmAi4+LMjA30LG977D8TN2agUmZVx4=";
hash = "sha256-AVAXzkFk/H3Ogdo6FxiksxUyMOSBss3r85JGi2E/B2Y=";
};
propagatedBuildInputs = [