10 buildPythonPackage rec {
11 pname = "types-redis";
12 version = "4.6.0.20240903";
16 inherit pname version;
17 hash = "sha256-S6saN42/I8LJXDcN/biajwM5V8T9GlP+5xtSnBgv4Ag=";
20 build-system = [ setuptools ];
27 # Module doesn't have tests
30 pythonImportsCheck = [ "redis-stubs" ];
33 description = "Typing stubs for redis";
34 homepage = "https://github.com/python/typeshed";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ gador ];