10 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-TCeg213iheGnzqx9vBUx3qpVa2J96kkAyCRFgezf6i0=";
29 pythonImportsCheck = [ "deepmerge" ];
32 description = "A toolset to deeply merge python dictionaries.";
33 homepage = "http://deepmerge.readthedocs.io/en/latest/";
34 license = licenses.mit;
35 maintainers = with maintainers; [ hexa ];