python39: 3.9.21 -> 3.9.22

https://docs.python.org/release/3.9.22/whatsnew/changelog.html
This commit is contained in:
Martin Weinelt
2025-04-09 14:21:20 +02:00
parent 8ec5027c89
commit 51b69a3198
2 changed files with 3 additions and 3 deletions
@@ -327,7 +327,7 @@ stdenv.mkDerivation (finalAttrs: {
# libuuid, slowing down program startup a lot).
noldconfigPatch
]
++ optionals (pythonOlder "3.12") [
++ optionals (pythonAtLeast "3.10" && pythonOlder "3.12") [
# https://www.cve.org/CVERecord?id=CVE-2025-0938
./CVE-2025-0938.patch
]