python3Packages.aiodns: 4.0.0 -> 4.0.3

https://github.com/saghul/aiodns/releases/tag/v4.0.1
https://github.com/saghul/aiodns/releases/tag/v4.0.2
https://github.com/saghul/aiodns/releases/tag/v4.0.3
(cherry picked from commit 78f51bc5bc)
(cherry picked from commit aea1edbd625ce6297297b665a8d3a645dbceeb26)
This commit is contained in:
Martin Weinelt
2026-06-22 08:01:01 +02:00
committed by Vladimír Čunát
parent ab6adf5c82
commit 49d2ce082a
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiodns";
version = "4.0.0";
version = "4.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "saghul";
repo = "aiodns";
tag = "v${finalAttrs.version}";
hash = "sha256-/iYkhzN01+NaUfMXaM39IvlEKfoKc29+f0S4y0y3GG8=";
hash = "sha256-a26n8n/nxq/LxgPCQJNFjU4yVSCL7YK1lBkiDdVDo2w=";
};
build-system = [ setuptools ];