python311Packages.clarifai-grpc: 10.5.2 -> 10.5.3

This commit is contained in:
R. Ryantm 2024-06-21 13:34:35 +00:00
parent 197496f33c
commit 0824d9cfe6

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "clarifai-grpc";
version = "10.5.2";
version = "10.5.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python-grpc";
rev = "refs/tags/${version}";
hash = "sha256-IlMI4rD4bgAmsNCFpKJwEdZGiY4uCnBsoc2MYN8eXOs=";
hash = "sha256-BhUTOzBa+dEBxtqXDTKuCpsZw8fqwl9Kait5NOcn29g=";
};
build-system = [ setuptools ];