python3Packages.labelbox: 3.34.0 -> 3.38.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:27 +01:00
parent 8a813e343c
commit 491e1cac8f

View File

@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "labelbox";
version = "3.34.0";
version = "3.38.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "Labelbox";
repo = "labelbox-python";
rev = "refs/tags/v.${version}";
hash = "sha256-x/XvcGiFS//f/le3JAd2n/tuUy9MBrCsISpkIkCCNis=";
hash = "sha256-AyQPI19As49GML3kVXtHtRNOKthrpkQ7MCmww+F6owc=";
};
postPatch = ''