python312Packages.labelbox: 3.77.1 -> 3.78.0 (#339973)

This commit is contained in:
Fabian Affolter 2024-09-06 20:27:40 +02:00 committed by GitHub
commit 018e212104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "labelbox";
version = "3.77.1";
version = "3.78.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "Labelbox";
repo = "labelbox-python";
rev = "refs/tags/v.${version}";
hash = "sha256-sp0lgUnFRmQLix530xoR/qibYFjGwG7i7+mvEQX0x4k=";
hash = "sha256-P/yhN1DdUWuQ4UtqRtvJxdjgTAh2IAs5oS0zxFLunuU=";
};
sourceRoot = "${src.name}/libs/labelbox";