python3Packages.aiodns: 4.0.3 -> 4.0.4

Diff: https://github.com/saghul/aiodns/compare/v4.0.3...v4.0.4

Changelog: https://github.com/saghul/aiodns/releases/tag/v4.0.4
(cherry picked from commit a53c6a3897)
(cherry picked from commit 10cf133bbf1f994932c9544c80c0efd62be8203e)
This commit is contained in:
Robert Schütz
2026-06-22 08:15:10 +02:00
committed by Vladimír Čunát
parent 8accd65376
commit 8e3eb65c3c
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiodns";
version = "4.0.3";
version = "4.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "saghul";
repo = "aiodns";
tag = "v${finalAttrs.version}";
hash = "sha256-a26n8n/nxq/LxgPCQJNFjU4yVSCL7YK1lBkiDdVDo2w=";
hash = "sha256-TLiiSRhZaEbHeyrQPk8uvj10VEttRanYEgkBy7DxH4Y=";
};
build-system = [ setuptools ];