7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-4ZkrNqVCKQFPvLx6nIwo0fSuEx6h2NNFyTlz+fDcb9w=";
16 checkInputs = [ pytestCheckHook ];
18 pythonImportsCheck = [ "mergedict" ];
21 description = "A Python dict with a merge() method";
22 homepage = "https://github.com/schettino72/mergedict";
23 license = licenses.mit;
24 maintainers = with maintainers; [ onny ];