video2midi: 0.4.0.2 -> 0.4.6.5

* video2midi: 0.4.0.2 -> 0.4.6.5 (#156000)

* video2midi: use SPDX 3.0 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
R. RyanTM 2022-01-24 12:52:06 -08:00 committed by GitHub
parent 5c09fe1887
commit 3a87982537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ let
});
in pythonPackages.buildPythonApplication rec {
pname = "video2midi";
version = "0.4.0.2";
version = "0.4.6.5";
format = "other";
@ -16,7 +16,7 @@ in pythonPackages.buildPythonApplication rec {
owner = "svsdval";
repo = pname;
rev = version;
sha256 = "174ijn8bc306529scd23szvgx1apanm2qmwk4lwmi64rhkm6dapx";
sha256 = "0qzrxqhsxn0h71nfrsi9g78hx3pqm3b8sr6fjq01k4k6dd2nwfam";
};
propagatedBuildInputs = with pythonPackages; [ opencv3_ midiutil pygame pyopengl ];
@ -28,7 +28,7 @@ in pythonPackages.buildPythonApplication rec {
meta = with lib; {
description = "Youtube synthesia video to midi conversion tool";
homepage = src.meta.homepage;
license = licenses.gpl3;
license = licenses.gpl3Only;
maintainers = [ ];
platforms = platforms.linux;
};