python3Packages.idna: 3.15 -> 3.18

https://github.com/kjd/idna/releases/tag/v3.18
This commit is contained in:
Martin Weinelt
2026-06-15 16:13:53 +02:00
parent eb5dafe547
commit 71bf5cc8cb
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "idna";
version = "3.15";
version = "3.18";
pyproject = true;
src = fetchFromGitHub {
owner = "kjd";
repo = "idna";
tag = "v${version}";
hash = "sha256-z3Nd834inihGzquCAmejUQvRcM0Yn/VmMcWQP3oh4ak=";
hash = "sha256-9nLy/9PNuLSQJsf4Jes0uN695+LGjz2LXlfiZxxvGV4=";
};
build-system = [ flit-core ];