18 src = fetchFromGitHub {
19 owner = "OMR-Research";
21 rev = "refs/tags/${version}";
22 hash = "sha256-NSKaJkJRevTy5gh6/ik8Qe46bOPdznsmXPgh7Xz7vXQ=";
29 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Music Notation Graph: a data model for optical music recognition";
45 homepage = "https://github.com/OMR-Research/mung";
46 changelog = "https://github.com/OMR-Research/mung/blob/${version}/CHANGES.md";
47 license = licenses.mit;
48 maintainers = with maintainers; [ piegames ];