python311Packages.grpcio-health-checking: 1.62.0 -> 1.62.1

This commit is contained in:
R. Ryantm
2024-03-09 17:04:22 +00:00
parent 775b2f0fa6
commit 36e8d0af7d
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "grpcio-health-checking";
version = "1.62.0";
version = "1.62.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-f8JjBFMP2KwGukvtvcGUpWPFXiGKv/QJy68d5xkUk3s=";
hash = "sha256-nlYYCpQbHTKgd9dJHgYR0Eg8OWNYr9U0m/ABUmEuRYM=";
};
propagatedBuildInputs = [