Unverified Commit 8fea885c authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #332263 from r-ryantm/auto-update/python312Packages.grpcio-reflection

python312Packages.grpcio-reflection: 1.65.1 -> 1.65.4
parents 7cf2cdf2 2ae76df4
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.1";
  version = "1.65.4";
  pyproject = true;

  src = fetchPypi {
    pname = "grpcio_reflection";
    inherit version;
    hash = "sha256-5q5ZAPnYAdyXApglUEL7xCaBVG904IwjNt/9Brl2Wr8=";
    hash = "sha256-jGuWDD9DBoHoivWfafq1pXW3eyn1xqHXFuqsXPHBpJ0=";
  };

  build-system = [ setuptools ];