python3Packages.clarifai-grpc: 12.3.2 -> 12.4.0

This commit is contained in:
R. Ryantm
2026-05-08 06:52:34 +00:00
parent 48a7fb14a7
commit 7c857cd6d1
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "clarifai-grpc";
version = "12.3.2";
version = "12.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Clarifai";
repo = "clarifai-python-grpc";
tag = version;
hash = "sha256-tR6HvzesMp11e8h35UpaZxaMa5flN1B4Sil3sbEG0cw=";
hash = "sha256-IH09q15Oq6ow2fBehyikfaiAwv8L9aL6c61tUNjbYIc=";
};
build-system = [ setuptools ];