python311Packages.grpcio-status: 1.59.3 -> 1.60.0

This commit is contained in:
Mario Rodas
2023-12-23 04:20:00 +00:00
parent a1c10f3e0c
commit f13a0d49a5
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "grpcio-status";
version = "1.59.3";
version = "1.60.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZcOUukM4DWvfjATGHvxJMQS1U1VSrtNYF6G03GZZih8=";
hash = "sha256-8Q4LbbOtwP3CRLcZYoFO6YKZbvBhhkRrVpW5+mNaoas=";
};
postPatch = ''