python39: 3.9.21 -> 3.9.22
https://docs.python.org/release/3.9.22/whatsnew/changelog.html
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user