python3Packages.labelbox: 7.1.1 -> 7.2.0

This commit is contained in:
R. Ryantm
2025-09-08 07:13:44 +00:00
parent 8cc42b1d45
commit a45605679e

View File

@@ -29,14 +29,14 @@
}: }:
let let
version = "7.1.1"; version = "7.2.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Labelbox"; owner = "Labelbox";
repo = "labelbox-python"; repo = "labelbox-python";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-zlcyvouvemHhbD1UcYbbbkmCkTVwarSTF9mCi0I/ZzY="; hash = "sha256-2of/yiw+wBHc0BFLKFdWV4Xm1Dcs4SsT8DkpmruaLT0=";
}; };
lbox-clients = buildPythonPackage { lbox-clients = buildPythonPackage {