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

python311Packages.grpcio-reflection: 1.62.0 -> 1.62.1
This commit is contained in:
Yt
2024-03-09 19:30:18 +00:00
committed by GitHub
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "grpcio-reflection";
version = "1.62.0";
version = "1.62.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-rxcHOZ7yghx5Xss3lVC/Wnb7ZAmxSeuzRjEM/QHaKYo=";
hash = "sha256-q9RTABmRhxAxMV7y2Cr/6TCAwEM/o6AHvjS/Qn4oqIo=";
};
nativeBuildInputs = [