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

python312Packages.grpcio-testing: 1.65.1 -> 1.65.4
This commit is contained in:
Fabian Affolter 2024-08-04 20:18:58 +02:00 committed by GitHub
commit a7d498cc90
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.65.1";
version = "1.65.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "grpcio_testing";
inherit version;
hash = "sha256-AdYhmtubPYxmrGYIbd5LpSu28icVxMzeYO7Qp4RQysE=";
hash = "sha256-iCbY9Ika+NWuBuFqt+FG+8VZTvQZMj4wMW9NDdBnWcY=";
};
postPatch = ''