python310Packages.clarifai-grpc: 9.11.2 -> 9.11.4

This commit is contained in:
R. Ryantm
2023-12-27 17:49:13 +00:00
parent 9a8519bdc8
commit 85afbc2254
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "clarifai-grpc";
version = "9.11.2";
version = "9.11.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python-grpc";
rev = "refs/tags/${version}";
hash = "sha256-ImfZ5g/EhAqkP4CbA7AZHWHQ88KBVCwMVU/j0OQCilg=";
hash = "sha256-uCXtd9m2phIgP85syIPtoFIxM9dkBzFxxK6OOF0VWAA=";
};
nativeBuildInputs = [