python310Packages.clarifai-grpc: 9.11.4 -> 9.11.5

This commit is contained in:
R. Ryantm
2024-01-02 13:42:33 +00:00
parent 3d54a95d71
commit 58cf25aac4
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "clarifai-grpc";
version = "9.11.4";
version = "9.11.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python-grpc";
rev = "refs/tags/${version}";
hash = "sha256-uCXtd9m2phIgP85syIPtoFIxM9dkBzFxxK6OOF0VWAA=";
hash = "sha256-jH5B3iakMj7tyKWREicrqmBvekjocRbYuvuUjudB8vg=";
};
nativeBuildInputs = [