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