Merge pull request #317632 from r-ryantm/auto-update/python311Packages.clarifai-grpc

python311Packages.clarifai-grpc: 10.3.4 -> 10.5.0
This commit is contained in:
Nick Cao 2024-06-06 13:26:21 -04:00 committed by GitHub
commit 5135a93ef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "clarifai-grpc";
version = "10.3.4";
version = "10.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python-grpc";
rev = "refs/tags/${version}";
hash = "sha256-1Yx00g2Cd9/41DZYK5cRwcFQv2qD6B4cl4cpVZ6slTA=";
hash = "sha256-n4Wzg8G5i/4hh7IMyThTPfPqcVhNiPB8E6ucq2gSajo=";
};
build-system = [ setuptools ];