python310Packages.grpcio-status: 1.51.0 -> 1.51.1

This commit is contained in:
Mario Rodas 2022-11-29 04:20:00 +00:00
parent 295923f4bc
commit cd837257c5

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "grpcio-status";
version = "1.51.0";
version = "1.51.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "5415b3fa555cd9f0dbfe51bc2b2818cf11c96b5898b103421f6df2fa65108fa2";
sha256 = "ac2617a3095935ebd785e2228958f24b10a0d527a0c9eb5a0863c784f648a816";
};
postPatch = ''