Loading pkgs/development/python-modules/channels-redis/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "channels-redis"; version = "4.0.0"; version = "4.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -21,8 +21,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "django"; repo = "channels_redis"; rev = version; hash = "sha256-YiLNrMRroa8T4uPNwa5ussFoFYjyg31waGpBGhAETmY="; rev = "refs/tags/${version}"; hash = "sha256-Eid9aWlLNnqr3WAnsLe+Pz9gsugCsdDKi0+nFNF02CI="; }; buildInputs = [ Loading Loading @@ -54,6 +54,7 @@ buildPythonPackage rec { meta = with lib; { description = "Redis-backed ASGI channel layer implementation"; homepage = "https://github.com/django/channels_redis/"; changelog = "https://github.com/django/channels_redis/blob/${version}/CHANGELOG.txt"; license = licenses.bsd3; maintainers = with maintainers; [ mmai ]; }; Loading Loading
pkgs/development/python-modules/channels-redis/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "channels-redis"; version = "4.0.0"; version = "4.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -21,8 +21,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "django"; repo = "channels_redis"; rev = version; hash = "sha256-YiLNrMRroa8T4uPNwa5ussFoFYjyg31waGpBGhAETmY="; rev = "refs/tags/${version}"; hash = "sha256-Eid9aWlLNnqr3WAnsLe+Pz9gsugCsdDKi0+nFNF02CI="; }; buildInputs = [ Loading Loading @@ -54,6 +54,7 @@ buildPythonPackage rec { meta = with lib; { description = "Redis-backed ASGI channel layer implementation"; homepage = "https://github.com/django/channels_redis/"; changelog = "https://github.com/django/channels_redis/blob/${version}/CHANGELOG.txt"; license = licenses.bsd3; maintainers = with maintainers; [ mmai ]; }; Loading