python3Packages.daphne: 4.2.2 -> 4.2.3 (#545096)

This commit is contained in:
Sandro
2026-07-25 19:15:03 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "daphne";
version = "4.2.2";
version = "4.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "django";
repo = "daphne";
tag = finalAttrs.version;
hash = "sha256-i0BwZCpMZW6WXK94FSvlEheXHUzXviCBEew6AbkLkpk=";
hash = "sha256-xdHvJZ+JfVYBpSvZ83mCgLSYgiIxZUS0Yx6Kg706aN4=";
};
build-system = [ setuptools ];