Loading pkgs/development/python-modules/channels/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -9,22 +9,19 @@ pytest-asyncio, pytest-django, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "channels"; version = "4.3.1"; version = "4.3.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "django"; repo = "channels"; tag = version; hash = "sha256-dRKK6AQNlPdBQumbLmPyOTW96N/PJ9yUY6GYe5x/c+A="; hash = "sha256-KBjxaK2j9Xbz35IHqZK68cSLkUk4B7t+J7omcQAtuFM="; }; build-system = [ setuptools ]; Loading Loading @@ -56,7 +53,7 @@ buildPythonPackage rec { meta = with lib; { description = "Brings event-driven capabilities to Django with a channel system"; homepage = "https://github.com/django/channels"; changelog = "https://github.com/django/channels/blob/${version}/CHANGELOG.txt"; changelog = "https://github.com/django/channels/blob/${src.tag}/CHANGELOG.txt"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/channels/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -9,22 +9,19 @@ pytest-asyncio, pytest-django, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "channels"; version = "4.3.1"; version = "4.3.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "django"; repo = "channels"; tag = version; hash = "sha256-dRKK6AQNlPdBQumbLmPyOTW96N/PJ9yUY6GYe5x/c+A="; hash = "sha256-KBjxaK2j9Xbz35IHqZK68cSLkUk4B7t+J7omcQAtuFM="; }; build-system = [ setuptools ]; Loading Loading @@ -56,7 +53,7 @@ buildPythonPackage rec { meta = with lib; { description = "Brings event-driven capabilities to Django with a channel system"; homepage = "https://github.com/django/channels"; changelog = "https://github.com/django/channels/blob/${version}/CHANGELOG.txt"; changelog = "https://github.com/django/channels/blob/${src.tag}/CHANGELOG.txt"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; }; Loading