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

Merge pull request #305520 from r-ryantm/auto-update/python311Packages.grpcio-reflection

python311Packages.grpcio-reflection: 1.62.1 -> 1.62.2
parents d7b3d042 7ffbf20d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "grpcio-reflection";
  version = "1.62.1";
  version = "1.62.2";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-q9RTABmRhxAxMV7y2Cr/6TCAwEM/o6AHvjS/Qn4oqIo=";
    hash = "sha256-LdRIBtaNAAZjZSm9pXMBKxmkIoFHjC0FHNquu5HiUWw=";
  };

  nativeBuildInputs = [