10 version = "0.0.2-2ffa0258ca";
11 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "2ffa0258cadaf79313241f43bf2c1caaf197d9c2";
18 hash = "sha256-YT3DGvYPyTuB70gg6p/3oXcTahEPcNuSIqe56xu3rSs=";
21 propagatedBuildInputs = [ pyparsing ];
24 homepage = "https://github.com/aroig/mutag";
25 description = "A script to change email tags in a mu indexed maildir";
26 mainProgram = "mutag";
27 license = licenses.gpl3;
28 maintainers = with maintainers; [ ];