python310Packages.grpcio-status: 1.53.0 -> 1.54.0

This commit is contained in:
Mario Rodas 2023-04-19 04:20:00 +00:00
parent acad2e4ccd
commit 8f28398592

View file

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