python3Packages.grpcio-health-checking: 1.73.0 -> 1.73.1

This commit is contained in:
scraptux
2025-06-26 10:32:03 +02:00
parent 2c037d2cbf
commit bf64642b80
@@ -11,13 +11,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.73.0";
version = "1.73.1";
format = "setuptools";
src = fetchPypi {
pname = "grpcio_health_checking";
inherit version;
hash = "sha256-soBHUSE/C8SFVgFWfnjlV/ovVyd6sn19YvEA2fu/krI=";
hash = "sha256-NSdTcT7euj8j6oozIMV1K+4YYALZR1plT1+BX/TgY0U=";
};
propagatedBuildInputs = [