mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
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:
parent
7b16c13623
commit
64654ee5e7
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user