python312Packages.clarifai-grpc: 10.7.1 -> 10.7.3

This commit is contained in:
R. Ryantm 2024-08-21 09:21:47 +00:00
parent 625941e1a9
commit 6746a4a4f2

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "clarifai-grpc";
version = "10.7.1";
version = "10.7.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python-grpc";
rev = "refs/tags/${version}";
hash = "sha256-ftlFtoGMw2yraqcUb5k8IpA+epXONXeFFE2bThmu0Z4=";
hash = "sha256-32ICs4V2XNEOjHBSmBAC0ZacQGam3fsTizEZ6Wz/xWw=";
};
build-system = [ setuptools ];