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

This commit is contained in:
scraptux
2026-03-14 12:26:47 +01:00
parent 6612aeb290
commit 7e45accfa7
@@ -11,13 +11,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.78.0";
version = "1.78.1";
format = "setuptools";
src = fetchPypi {
pname = "grpcio_health_checking";
inherit version;
hash = "sha256-eFJtXGC5uZ/RiVS4n4bXADPHAulq1szJdJuvFhNpebM=";
hash = "sha256-Vjy6PPp3auc5FT3ImxTd111J26MX+Cwj6vIOWzoB9VQ=";
};
propagatedBuildInputs = [