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

This commit is contained in:
scraptux
2024-10-22 14:27:55 +02:00
parent 19ac92c619
commit e1b8880743
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.66.2";
version = "1.67.0";
format = "setuptools";
src = fetchPypi {
pname = "grpcio_health_checking";
inherit version;
hash = "sha256-yQ35YiRWBC7DSV03qzC190ckqsW11VMU8HPu9eJHChM=";
hash = "sha256-PepxXVboJQ/wW6Se9RF/g2skD/N5vkY2DCbO/ZydsRo=";
};
propagatedBuildInputs = [