python3Packages.labelbox: 6.10.0 -> 7.1.1
https://github.com/Labelbox/labelbox-python/releases/tag/v.v7.1.1 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -29,14 +29,14 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "6.10.0";
|
||||
version = "7.1.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Labelbox";
|
||||
repo = "labelbox-python";
|
||||
tag = "v.${version}";
|
||||
hash = "sha256-EstHsY9yFeUhQAx3pgvKk/o3EMkr3JeHDDg/p6meDIE=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-zlcyvouvemHhbD1UcYbbbkmCkTVwarSTF9mCi0I/ZzY=";
|
||||
};
|
||||
|
||||
lbox-clients = buildPythonPackage {
|
||||
|
||||
Reference in New Issue
Block a user