Unverified Commit 3a132493 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.grpcio-reflection: 1.65.4 -> 1.66.2 (#346853)

parents 4b461be2 17ea1f63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

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

  src = fetchPypi {
    pname = "grpcio_reflection";
    inherit version;
    hash = "sha256-jGuWDD9DBoHoivWfafq1pXW3eyn1xqHXFuqsXPHBpJ0=";
    hash = "sha256-rdgn4t61bpaAPIKs4dTnf6DI7DdH1jmOmVH3OdcQZ9Q=";
  };

  build-system = [ setuptools ];