python3Packages.labelbox: 2.4.4 -> 2.4.6
This commit is contained in:
committed by
Jonathan Ringer
parent
7f25c249fb
commit
2cba31a012
@@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "labelbox";
|
pname = "labelbox";
|
||||||
version = "2.4.4";
|
version = "2.4.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "a455ae30ccb9328731fca7f7f4cefaa7da69a2fe3e43d1b742bae5ff4693c695";
|
sha256 = "2be6c03dafce0a786cfab5d120196efccaf300cab5aee4d2fdad644b7bee1aef";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ jinja2 requests pillow rasterio shapely ];
|
propagatedBuildInputs = [ jinja2 requests pillow rasterio shapely ];
|
||||||
|
|||||||
Reference in New Issue
Block a user