8 buildPythonPackage rec {
11 format = "setuptools";
16 inherit pname version;
17 sha256 = "15b4b18346259392b0d27598f240e9390fafbff882137a9c48a1e0104fb17f78";
20 pythonImportsCheck = [
37 homepage = "https://github.com/Marco-Sulla/python-frozendict";
38 description = "A simple immutable dictionary";
39 license = licenses.lgpl3Only;