Commit 1dc3c590 authored by Mario Rodas's avatar Mario Rodas
Browse files

python311Packages.grpcio-health-checking: 1.60.0 -> 1.60.1

parent 2c0e503c
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 = [