Unverified Commit 49743f0b authored by Yt's avatar Yt Committed by GitHub
Browse files

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

python312Packages.grpcio-health-checking: 1.60.1 -> 1.62.0
parents cb7b84d5 fe230839
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.60.1";
  version = "1.62.0";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-fC5Izp1b2xmtV7er40ONR+verVB4ZpORQHILPijGJbM=";
    hash = "sha256-f8JjBFMP2KwGukvtvcGUpWPFXiGKv/QJy68d5xkUk3s=";
  };

  propagatedBuildInputs = [