python311Packages.grpcio-tools: 1.58.0 -> 1.59.0

This commit is contained in:
Mario Rodas 2023-10-25 04:20:00 +00:00 committed by Yt
parent 805cac42cb
commit 3e432bdbe1

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.58.0";
version = "1.59.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-b02AzrWR4xyk3O7HR9vlYTLhOSoKm7HI/gAdG1ysiYo=";
hash = "sha256-qkAY8thmKsTZgwRF09JToRs+CW6K/iCGVUcTeqEWDpM=";
};
postPatch = ''