8 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 sha256 = "sha256-MEBumThvSmUoD7nEPmgYkPoqHYOcrCdZ0VbHzBYDAVk=";
25 pythonImportsCheck = [
30 description = "Python implementation of 3-way merge";
31 homepage = "https://github.com/breezy-team/merge3";
32 license = licenses.gpl2Plus;
33 maintainers = with maintainers; [ marsam ];