7 buildPythonPackage rec {
10 pname = "pandocfilters";
13 inherit pname version;
14 hash = "sha256-ACtKVV7k68A/i2Ywfih/pJLkp3tOoU0/k0MoKXu0k54=";
21 description = "Python module for writing pandoc filters, with a collection of examples";
22 homepage = "https://github.com/jgm/pandocfilters";
23 license = licenses.mit;