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
This commit is contained in:
Fabian Affolter 2026-06-07 12:49:46 +02:00
commit b5ea3e78d1

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 ];