labelImg: 1.6.0 -> 1.8.1
This commit is contained in:
parent
0db991d067
commit
ce5b0406db
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, python2Packages, fetchurl }:
|
{ stdenv, python2Packages, fetchurl }:
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
pname = "labelImg";
|
pname = "labelImg";
|
||||||
version = "1.6.0";
|
version = "1.8.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/tzutalin/labelImg/archive/v${version}.tar.gz";
|
url = "https://github.com/tzutalin/labelImg/archive/v${version}.tar.gz";
|
||||||
sha256 = "126kc4r7xm9170kh7snqsfkkc868m5bcnswrv7b4cq9ivlrdwbm4";
|
sha256 = "1banpkpbrny1jx3zsgs544xai62z5yvislbq782a5r47gv2f2k4a";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = with python2Packages; [
|
nativeBuildInputs = with python2Packages; [
|
||||||
pyqt4
|
pyqt4
|
||||||
|
Loading…
Reference in New Issue
Block a user