19 src = fetchFromGitHub {
20 owner = "OMR-Research";
22 rev = "refs/tags/${version}";
23 hash = "sha256-QljGoZdUJRClQ/QzUsCKD0/ooWaFrKXI+93WFPvmIjE=";
26 nativeBuildInputs = [ setuptools ];
28 propagatedBuildInputs = [
34 nativeCheckInputs = [ pytestCheckHook ];
36 pythonImportsCheck = [ "mung" ];
39 description = "Music Notation Graph: a data model for optical music recognition";
40 homepage = "https://github.com/OMR-Research/mung";
41 changelog = "https://github.com/OMR-Research/mung/blob/${version}/CHANGES.md";
42 license = licenses.mit;
43 maintainers = with maintainers; [ piegames ];