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

python312Packages.grpcio-testing: 1.64.1 -> 1.65.1
This commit is contained in:
Fabian Affolter 2024-07-19 21:59:21 +02:00 committed by GitHub
commit 57c92ee66f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''