11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "RaRe-Technologies";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-GfvvkQ6a75UBPn70IFOvjvL1MedSc4siiIjA3IsQnic=";
39 pythonImportsCheck = [
48 description = "Persistent, thread-safe dict";
49 homepage = "https://github.com/RaRe-Technologies/sqlitedict";
50 changelog = "https://github.com/piskvorky/sqlitedict/blob/v${version}/CHANGELOG.md";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ arnoldfarkas ];