python3Packages.daphne: 4.2.2 -> 4.2.3

This commit is contained in:
R. Ryantm
2026-07-24 00:57:36 +00:00
parent 3a4239e8fe
commit f43765f07a
@@ -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 ];