python312Packages.channels: 4.1.0 -> 4.2.0

Diff: https://github.com/django/channels/compare/refs/tags/4.1.0...4.2.0

Changelog: https://github.com/django/channels/blob/4.2.0/CHANGELOG.txt
This commit is contained in:
Fabian Affolter 2024-11-16 10:37:21 +01:00
parent 7b16c13623
commit 64654ee5e7

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "channels";
version = "4.1.0";
version = "4.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "django";
repo = "channels";
rev = "refs/tags/${version}";
hash = "sha256-JUU1N+Sc7t//0vEdkgQy20iVKgHr4Ys+XnLgqPMcKM8=";
hash = "sha256-JkmS+QVF1MTdLID+c686Fd8L3kA+AIr7sLCaAoABh+s=";
};
build-system = [ setuptools ];