Unverified Commit 07bea531 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #275537 from r-ryantm/auto-update/python310Packages.grpcio-health-checking

python310Packages.grpcio-health-checking: 1.59.3 -> 1.60.0
parents 48042f10 98dffd13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "grpcio-health-checking";
  version = "1.59.3";
  version = "1.60.0";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-AVAXzkFk/H3Ogdo6FxiksxUyMOSBss3r85JGi2E/B2Y=";
    hash = "sha256-R4tTAHeBIP7Z9tE01ysVeln5wGaJeJIYy/9H+vyi8Rk=";
  };

  propagatedBuildInputs = [