python3Packages.aiodns: 4.0.3 -> 4.0.4 (#523102)

This commit is contained in:
Martin Weinelt 2026-05-23 17:07:39 +00:00 committed by GitHub
commit 86ef4085ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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