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

python312Packages.grpcio-health-checking: 1.64.1 -> 1.65.1
This commit is contained in:
Yt
2024-07-18 23:04:26 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.64.1";
version = "1.65.1";
format = "setuptools";
src = fetchPypi {
pname = "grpcio_health_checking";
inherit version;
hash = "sha256-VSOJ8/Jj32p/U8sk8opjGlhKMHIfn0Mp0nFZU+GX49s=";
hash = "sha256-rl8gkRDLLdOFMxqYmrY1SO/AvfhGjNj1Z3+9gCKXOHY=";
};
propagatedBuildInputs = [