Unverified Commit 4b461be2 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.grpcio-channelz: 1.65.4 -> 1.66.2 (#346851)

parents 7eef63ed c6d62ae4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "grpcio-channelz";
  version = "1.65.4";
  version = "1.66.2";
  pyproject = true;

  src = fetchPypi {
    pname = "grpcio_channelz";
    inherit version;
    hash = "sha256-Ia92P8FT3+bv18k402znrt3QTDovPBCgCJ/Eqm8WDic=";
    hash = "sha256-SQTHg3UjQ2YkiV2QYmlPKQt/Mzg7KWoex8SXtuTH7Rk=";
  };

  build-system = [ setuptools ];