7 buildPythonPackage rec {
11 src = fetchFromGitHub {
12 owner = "RaRe-Technologies";
14 rev = "refs/tags/${version}";
15 sha256 = "sha256-8dmGn5h3NigCdDtnDYjpjntRpyjk7ivRp1B8x8nUgpE=";
27 description = "Persistent, thread-safe dict";
28 homepage = "https://github.com/RaRe-Technologies/sqlitedict";
29 license = licenses.asl20;
30 maintainers = [ maintainers.arnoldfarkas ];