python310Packages.grpcio-status: 1.52.0 -> 1.53.0

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

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "grpcio-status";
version = "1.52.0";
version = "1.53.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-YCo4CNSFobaeEdFQoHXj6Sf2R/Oos4fuPD8BYzRFsvw=";
hash = "sha256-WkaCDcfZS6xIquXdl8lMreoJ2AoFVTrKdKkqKVQDBCA=";
};
postPatch = ''