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

python311Packages.clarifai-grpc: 10.5.3 -> 10.5.4
This commit is contained in:
Fabian Affolter 2024-06-27 21:07:14 +02:00 committed by GitHub
commit cc68f5ab17
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.5.3";
version = "10.5.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python-grpc";
rev = "refs/tags/${version}";
hash = "sha256-BhUTOzBa+dEBxtqXDTKuCpsZw8fqwl9Kait5NOcn29g=";
hash = "sha256-iwL77pt313rroaJw7Pn6n41aSzLyKLiUR32yai91jWE=";
};
build-system = [ setuptools ];