14 inherit pname version;
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-VP0ZZta9H83ngVlsuGBoIU7e6/8dsTos6hEHnj/Qe2s=";
32 pythonImportsCheck = [
37 description = "Fast and memory efficient LRU cache for Python";
38 homepage = "https://github.com/amitdev/lru-dict";
39 changelog = "https://github.com/amitdev/lru-dict/releases/tag/v${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ hexa ];