python312Packages.clarifai: 10.3.0 -> 10.3.1

This commit is contained in:
R. Ryantm 2024-04-19 20:19:42 +00:00
parent 716b484fae
commit a3074157b3

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" ];