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

This commit is contained in:
R. Ryantm 2023-12-20 00:43:10 +00:00
parent 33793dfab8
commit 98dffd13f5

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.59.3";
version = "1.60.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-AVAXzkFk/H3Ogdo6FxiksxUyMOSBss3r85JGi2E/B2Y=";
hash = "sha256-R4tTAHeBIP7Z9tE01ysVeln5wGaJeJIYy/9H+vyi8Rk=";
};
propagatedBuildInputs = [