12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
20 inherit pname version;
21 hash = "sha256-4yHiY7apeq/AeQw8+zwEZWtwZuZzjDf//MqV2APJ+6U=";
36 description = "Mutable mapping tools.";
37 homepage = "https://github.com/dask/zict";
38 license = licenses.bsd3;
39 maintainers = with maintainers; [ teh ];