video2midi: 0.3.9.1 > 0.3.9.5

This commit is contained in:
derchris 2019-10-03 16:34:37 +02:00 committed by Jon
parent ce085a8ee8
commit dd63381444

View File

@ -8,7 +8,7 @@ let
});
in pythonPackages.buildPythonApplication rec {
pname = "video2midi";
version = "0.3.9.1";
version = "0.3.9.5";
format = "other";
@ -16,7 +16,7 @@ in pythonPackages.buildPythonApplication rec {
owner = "svsdval";
repo = pname;
rev = version;
sha256 = "1ndzhfng8z5080n1xkcavw21dm6rjz0x1954v9llifsdmf4cpn8y";
sha256 = "1jc50zimc64ilc1as3dyh16lsygwqyvi381mw8si8m9j3pw6may4";
};
propagatedBuildInputs = with pythonPackages; [ opencv3_ midiutil pygame pyopengl ];