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

python311Packages.clarifai-grpc: 10.1.3 -> 10.1.4
This commit is contained in:
OTABI Tomoya 2024-02-18 08:46:40 +09:00 committed by GitHub
commit a810e7cb11
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.3";
version = "10.1.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-wQhTPqqSSWQCguI6UC/meFLcDZpGGCZZ44VvTklb/SQ=";
hash = "sha256-cYYAEen/RY5TG2jLxUS38Acehg/X8pni6T1zxhJAi1Y=";
};
nativeBuildInputs = [