Unverified Commit 57c92ee6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #328168 from r-ryantm/auto-update/python312Packages.grpcio-testing

python312Packages.grpcio-testing: 1.64.1 -> 1.65.1
parents 9be8d1fa 921f6675
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "grpcio-testing";
  version = "1.64.1";
  version = "1.65.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "grpcio_testing";
    inherit version;
    hash = "sha256-Nta9aurAzEg/iUlYE35Jz7uQ+syH4NMnHNuMGq7XEBw=";
    hash = "sha256-AdYhmtubPYxmrGYIbd5LpSu28icVxMzeYO7Qp4RQysE=";
  };

  postPatch = ''