python3Packages.daphne: 4.2.1 -> 4.2.2

Diff: https://github.com/django/daphne/compare/4.2.1...4.2.2

Changelog: https://github.com/django/daphne/blob/4.2.2/CHANGELOG.txt
(cherry picked from commit b5ea3e78d1)
This commit is contained in:
Fabian Affolter
2026-06-07 12:49:46 +02:00
committed by github-actions[bot]
parent ac70601127
commit cac83a462b

View File

@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "daphne";
version = "4.2.1";
version = "4.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "django";
repo = "daphne";
tag = version;
hash = "sha256-MPlvXcg7bBF1yaphjjMtnGsGpp6ca5GsgmXONw/V9Do=";
hash = "sha256-i0BwZCpMZW6WXK94FSvlEheXHUzXviCBEew6AbkLkpk=";
};
build-system = [ setuptools ];