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

python311Packages.clarifai: 10.3.2 -> 10.3.3
This commit is contained in:
Nick Cao 2024-05-14 10:10:24 -04:00 committed by GitHub
commit 43332830fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "clarifai";
version = "10.3.2";
version = "10.3.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python";
rev = "refs/tags/${version}";
hash = "sha256-8FF3hMiF8a1jtXtzpw7V03h4Npyvg+QYIjhER6NeB2U=";
hash = "sha256-M0OrBqjNjrpxVM/A7NVqarcP8S+VqunYGI4C+Wis6UI=";
};
pythonRelaxDeps = [ "clarifai-grpc" ];