8 buildPythonPackage rec {
9 pname = "diff-match-patch";
14 inherit pname version;
15 hash = "sha256-lTAZzbnJ0snke1sSvP889HRvxFmOtAYHb6H8J+ah8Vw=";
27 homepage = "https://github.com/diff-match-patch-python/diff-match-patch";
28 description = "Diff, Match and Patch libraries for Plain Text";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ ];