python312Packages.channels: 4.1.0 -> 4.2.0 (#356426)

This commit is contained in:
Nick Cao
2024-11-16 09:57:23 -05:00
committed by GitHub
@@ -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 ];