Commit 2ae76df4 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.grpcio-reflection: 1.65.1 -> 1.65.4

parent 54770984
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 ];