python310Packages.grpcio-tools: 1.53.0 -> 1.54.0

This commit is contained in:
Mario Rodas
2023-04-19 04:20:00 +00:00
parent ea704b798f
commit acad2e4ccd
@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.53.0";
version = "1.54.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-kl7/8tY8oyZvk8kk/+ul1JbxaozL4SX6DRis9HzF+og=";
hash = "sha256-33msv1mZcBjhMXE7cWov3bVVbhhA6fud5MpzvyBZWQ4=";
};
postPatch = ''