python310Packages.grpcio-tools: 1.52.0 -> 1.53.0

This commit is contained in:
Mario Rodas 2023-03-28 04:20:00 +00:00
parent 9f75cd079c
commit 7b007a3207

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.52.0";
version = "1.53.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-wD6X5M1kMnavIQDL3Mn2sTBLHbeeWflXWMMCOj7kvVQ=";
hash = "sha256-kl7/8tY8oyZvk8kk/+ul1JbxaozL4SX6DRis9HzF+og=";
};
postPatch = ''