python311Packages.grpcio-health-checking: 1.60.0 -> 1.60.1

This commit is contained in:
R. Ryantm 2024-02-01 23:21:45 +00:00
parent 9312d7840b
commit e017f9a17a

View File

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