video2midi: 0.4.0.1 -> 0.4.0.2

gstqt5
R. RyanTM 2020-06-15 05:37:35 +00:00
parent 0905a5d990
commit ee44fed637
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ let
});
in pythonPackages.buildPythonApplication rec {
pname = "video2midi";
version = "0.4.0.1";
version = "0.4.0.2";
format = "other";
@ -16,7 +16,7 @@ in pythonPackages.buildPythonApplication rec {
owner = "svsdval";
repo = pname;
rev = version;
sha256 = "1869w60kprjdikqk4iwx058zri2jg4aznzlg668w9myka4mp01r9";
sha256 = "174ijn8bc306529scd23szvgx1apanm2qmwk4lwmi64rhkm6dapx";
};
propagatedBuildInputs = with pythonPackages; [ opencv3_ midiutil pygame pyopengl ];