12 version = "0.0.2-unstable-2018-08-20";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "9425169eb5d4aa9eb09f2809a09b83855b3acbef";
21 hash = "sha256-fEMmFRoFyLkqusAuhdx3XEPaPsu1x86ACAz9Vkl9YfA=";
24 build-system = [ setuptools ];
26 dependencies = [ pyparsing ];
31 pythonImportsCheck = [ "mutag" ];
34 description = "Script to change email tags in a mu indexed maildir";
35 homepage = "https://github.com/aroig/mutag";
36 license = licenses.gpl3Plus;
38 mainProgram = "mutag";