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

python311Packages.grpcio-reflection: 1.62.1 -> 1.62.2
This commit is contained in:
Yt 2024-04-20 10:55:07 +00:00 committed by GitHub
commit 8ac2f81f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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