python3Packages.grpcio-status: 1.62.2 -> 1.64.1

This commit is contained in:
Martin Weinelt 2024-06-19 05:05:50 +02:00
parent e0f0391ee8
commit 19c40bd000

View File

@ -10,14 +10,15 @@
buildPythonPackage rec {
pname = "grpcio-status";
version = "1.62.2";
version = "1.64.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-YuG/ywICWhzXNzKi0zZy0+nQ300hwSxR4LvK8JurdCo=";
pname = "grpcio_status";
inherit version;
hash = "sha256-xQvRTrZQbYWApsVTvqRj18CEmbLA6T9tGGTF6Oq7EGY=";
};
postPatch = ''