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

This commit is contained in:
scraptux 2026-06-07 11:17:42 +02:00
commit 3881bdb461

View file

@ -11,13 +11,13 @@
# nixpkgs-update: no auto update
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.80.0";
version = "1.81.0";
format = "setuptools";
src = fetchPypi {
pname = "grpcio_health_checking";
inherit version;
hash = "sha256-LMXwi8i4FrhlWrb1nHFFAGO6IHZtMeIaST6RLjVgyLE=";
hash = "sha256-CfMWdPGs3PIUvE5kDru77xZbB3of1kg0eVGW1Sv9zjk=";
};
propagatedBuildInputs = [