1 { lib, buildPythonPackage, fetchPypi, pytestCheckHook, nose }:
3 buildPythonPackage rec {
9 sha256 = "tUQV+Qk0xC4zQRTihky01OczWzStOW41rYYQyWBlpH4=";
19 description = "This library contains a simple utility for deep-merging dictionaries and the data structures they contain";
20 homepage = "https://github.com/halfak/deep_merge";
21 license = licenses.mit;
22 maintainers = [ maintainers.anhdle14 ];