python312Packages.clarifai-grpc: 10.8.6 -> 10.8.7 (#345641)

This commit is contained in:
OTABI Tomoya
2024-10-01 22:10:03 +09:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "clarifai-grpc";
version = "10.8.6";
version = "10.8.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python-grpc";
rev = "refs/tags/${version}";
hash = "sha256-lCFjZcPp4ih2fKaRXQxyxBkgRRPSaTOawiMqeXg25cg=";
hash = "sha256-En4zOSIOK+1JGmG6UhGieb4lM/q6akl7xF0s/64ocPg=";
};
build-system = [ setuptools ];