10 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "082bvlk65pkf9qzkzzl8fq7s6zfz1b2v5pcb0ikwg1nx0xspggaz";
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 ];