Loading pkgs/development/python-modules/channels-redis/default.nix +7 −11 Original line number Diff line number Diff line { lib, aioredis, asgiref, buildPythonPackage, channels, cryptography, fetchFromGitHub, hiredis, msgpack, pythonOlder, redis, setuptools, }: buildPythonPackage rec { pname = "channels-redis"; version = "4.1.0"; format = "setuptools"; version = "4.2.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -23,16 +22,13 @@ buildPythonPackage rec { owner = "django"; repo = "channels_redis"; tag = version; hash = "sha256-Eid9aWlLNnqr3WAnsLe+Pz9gsugCsdDKi0+nFNF02CI="; hash = "sha256-jQkpuOQNU2KCWavXSE/n8gdpQhhAafQbZYfbX71Rcds="; }; buildInputs = [ hiredis redis ]; build-system = [ setuptools ]; propagatedBuildInputs = [ aioredis dependencies = [ redis asgiref channels msgpack Loading Loading
pkgs/development/python-modules/channels-redis/default.nix +7 −11 Original line number Diff line number Diff line { lib, aioredis, asgiref, buildPythonPackage, channels, cryptography, fetchFromGitHub, hiredis, msgpack, pythonOlder, redis, setuptools, }: buildPythonPackage rec { pname = "channels-redis"; version = "4.1.0"; format = "setuptools"; version = "4.2.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -23,16 +22,13 @@ buildPythonPackage rec { owner = "django"; repo = "channels_redis"; tag = version; hash = "sha256-Eid9aWlLNnqr3WAnsLe+Pz9gsugCsdDKi0+nFNF02CI="; hash = "sha256-jQkpuOQNU2KCWavXSE/n8gdpQhhAafQbZYfbX71Rcds="; }; buildInputs = [ hiredis redis ]; build-system = [ setuptools ]; propagatedBuildInputs = [ aioredis dependencies = [ redis asgiref channels msgpack Loading