Martin Weinelt 2026-05-19 16:13:05 +02:00
commit 78f51bc5bc
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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