Unverified Commit 1f7a8058 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #285667 from r-ryantm/auto-update/python311Packages.grpcio-health-checking

python311Packages.grpcio-health-checking: 1.60.0 -> 1.60.1
parents 5a887d3e e017f9a1
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.0";
  version = "1.60.1";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-R4tTAHeBIP7Z9tE01ysVeln5wGaJeJIYy/9H+vyi8Rk=";
    hash = "sha256-fC5Izp1b2xmtV7er40ONR+verVB4ZpORQHILPijGJbM=";
  };

  propagatedBuildInputs = [