python3Packages.aiodns: 3.4.0 -> 3.5.0

https://github.com/saghul/aiodns/releases/tag/v3.5.0
This commit is contained in:
Martin Weinelt
2025-07-03 17:23:39 +02:00
parent e081971bba
commit d993a48854
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiodns";
version = "3.4.0";
version = "3.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "saghul";
repo = "aiodns";
tag = "v${version}";
hash = "sha256-y3QuMj2y/V6orM+1+cbUCgj0UL8sXQVzLLYXLnBdlio=";
hash = "sha256-qabXwvJzZ4bq0R2Wkb0terZgjnRRt0/ymLcJkxChR6s=";
};
build-system = [ setuptools ];