Merge pull request #332303 from r-ryantm/auto-update/python312Packages.grpcio-health-checking

python312Packages.grpcio-health-checking: 1.65.1 -> 1.65.4
This commit is contained in:
Yt 2024-08-04 17:41:03 +00:00 committed by GitHub
commit 0e0ab06610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.65.1";
version = "1.65.4";
format = "setuptools";
src = fetchPypi {
pname = "grpcio_health_checking";
inherit version;
hash = "sha256-rl8gkRDLLdOFMxqYmrY1SO/AvfhGjNj1Z3+9gCKXOHY=";
hash = "sha256-HoQfbbBaAFGmLMSNQN0tzJ5xdYS7GQSa1R+2cygbnEo=";
};
propagatedBuildInputs = [