Merge pull request #275666 from r-ryantm/auto-update/python310Packages.labelbox

python310Packages.labelbox: 3.57.0 -> 3.58.1
This commit is contained in:
OTABI Tomoya 2023-12-21 11:22:00 +09:00 committed by GitHub
commit 2c8899c9a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "labelbox";
version = "3.57.0";
version = "3.58.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "Labelbox";
repo = "labelbox-python";
rev = "refs/tags/v.${version}";
hash = "sha256-pAJGgkIWBjBF+9aWGhAz+QZtSiOlip3SIYI4nRQj/oQ=";
hash = "sha256-H6fn+TpfYbu/warhr9XcQjfxSThIjBp9XwelA5ZvTBE=";
};
postPatch = ''