Merge pull request #291180 from r-ryantm/auto-update/python312Packages.clarifai-grpc

python312Packages.clarifai-grpc: 10.1.4 -> 10.1.6
This commit is contained in:
Nick Cao 2024-02-25 11:15:04 -05:00 committed by GitHub
commit 11dea6fce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "clarifai-grpc";
version = "10.1.4";
version = "10.1.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python-grpc";
rev = "refs/tags/${version}";
hash = "sha256-cYYAEen/RY5TG2jLxUS38Acehg/X8pni6T1zxhJAi1Y=";
hash = "sha256-VRI4mAYWJUP9kxf+xOlcys07Jsa7Zy9bP8BDKDEYli4=";
};
nativeBuildInputs = [