python3Packages.grpcio-health-checking: 1.78.1 -> 1.80.0

This commit is contained in:
scraptux
2026-03-30 18:24:28 +02:00
parent 4053a4e7d3
commit 65506b1062
@@ -11,13 +11,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.78.1";
version = "1.80.0";
format = "setuptools";
src = fetchPypi {
pname = "grpcio_health_checking";
inherit version;
hash = "sha256-Vjy6PPp3auc5FT3ImxTd111J26MX+Cwj6vIOWzoB9VQ=";
hash = "sha256-LMXwi8i4FrhlWrb1nHFFAGO6IHZtMeIaST6RLjVgyLE=";
};
propagatedBuildInputs = [