10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "sha256-Bb6iDOHyyWeGg7zODDupmB+H2StwnRkOAYvL8Efsz2M=";
19 propagatedBuildInputs = [ lxml setuptools six ];
21 checkInputs = [ pytestCheckHook ];
24 homepage = "https://github.com/Shoobx/xmldiff";
25 description = "Creates diffs of XML files";
26 license = licenses.mit;
27 maintainers = with maintainers; [ sfrijters ];