python310Packages.grpcio-tools: 1.54.0 -> 1.54.2

This commit is contained in:
Mario Rodas 2023-05-13 04:20:00 +00:00
parent 813f263511
commit d4cc1658d9

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.54.0";
version = "1.54.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-33msv1mZcBjhMXE7cWov3bVVbhhA6fud5MpzvyBZWQ4=";
hash = "sha256-4RwsKu5T80CZLo5NalkXLLu9AZPxNR3pjE+BClBB1co=";
};
postPatch = ''