14 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-U6SJ3JRJY25ICnhDWa4qqzGRdIySBklVHI43hiLw7KQ=";
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "deepmerge" ];
34 changelog = "https://github.com/toumorokoshi/deepmerge/releases/tag/v${version}";
35 description = "Toolset to deeply merge python dictionaries";
36 downloadPage = "https://github.com/toumorokoshi/deepmerge";
37 homepage = "http://deepmerge.readthedocs.io/en/latest/";
38 license = licenses.mit;
39 maintainers = with maintainers; [ hexa ];