python312Packages.grpcio-health-checking: 1.65.4 -> 1.66.2

Diff: grpc/grpc@v1.65.4...v1.66.2

Changelog: https://github.com/grpc/grpc/releases/tag/v1.66.2
This commit is contained in:
scraptux
2024-10-06 12:30:25 +02:00
parent aa81bad818
commit c22575be40
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.65.4";
version = "1.66.2";
format = "setuptools";
src = fetchPypi {
pname = "grpcio_health_checking";
inherit version;
hash = "sha256-HoQfbbBaAFGmLMSNQN0tzJ5xdYS7GQSa1R+2cygbnEo=";
hash = "sha256-yQ35YiRWBC7DSV03qzC190ckqsW11VMU8HPu9eJHChM=";
};
propagatedBuildInputs = [