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
]
@@ -49,10 +49,10 @@
sourceVersion = {
major = "3";
minor = "9";
patch = "21";
patch = "22";
suffix = "";
};
hash = "sha256-MSb1lZLJsNeYWEdV8r97CB+hyjXOem/qmAEI11KgW7E=";
hash = "sha256-jBNtGZ02N6H86YoWrcgJwdg8ki0C1B82FLNPi259OOw=";
inherit passthruFun;
};