python311Packages.clarifai-grpc: 10.0.4 -> 10.0.9

This commit is contained in:
R. Ryantm 2024-01-28 05:03:32 +00:00
parent d275de7163
commit 7fe75f45f5

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "clarifai-grpc";
version = "10.0.4";
version = "10.0.9";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python-grpc";
rev = "refs/tags/${version}";
hash = "sha256-jhM+UfyaliVmUH6e3ArZvZokB8lDKS/fx8376cZwlQM=";
hash = "sha256-SDGkAlIUCfz4G1TyGjSd4M5Syl8sw/aeUHT6J5V7RKg=";
};
nativeBuildInputs = [