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

python312Packages.clarifai: 10.3.0 -> 10.3.1
This commit is contained in:
Fabian Affolter 2024-04-20 11:32:05 +02:00 committed by GitHub
commit 3557bbcc90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "clarifai";
version = "10.3.0";
version = "10.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python";
rev = "refs/tags/${version}";
hash = "sha256-8EPs6kGB+Px9Fs2Z+YwDcmEYI5+z/kOIKLraJFMykF0=";
hash = "sha256-KCJ1Ev0fgww0JU1tDp9X/A9EIcXQRaFKeA/MRNnp5ng=";
};
pythonRelaxDeps = [ "clarifai-grpc" ];