python3Packages.grpcio-tools: 1.62.2 -> 1.64.1

This commit is contained in:
Martin Weinelt
2024-06-24 12:15:01 +02:00
parent 4f3a6d3b18
commit 4c07898ea1
@@ -9,12 +9,13 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.62.2";
version = "1.64.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-X9XhWCtnjmuUHuX1gJNAvl4HJGkd9SmaroImZA+U4Y8=";
pname = "grpcio_tools";
inherit version;
hash = "sha256-crNVC5GtuDVGVuzw9tHUYRKZBEuuEfsefMHRu2a4wes=";
};
postPatch = ''