python314: 3.14.4 -> 3.14.5
https://docs.python.org/release/3.14.5/whatsnew/changelog.html Fixes: CVE 2026-3219
This commit is contained in:
@@ -427,11 +427,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# backport fix for https://github.com/python/cpython/issues/95855
|
||||
./platform-triplet-detection.patch
|
||||
]
|
||||
++ optionals (pythonAtLeast "3.14" && pythonOlder "3.15") [
|
||||
# https://github.com/python/cpython/issues/146264
|
||||
# https://github.com/python/cpython/pull/146265
|
||||
./3.14/hacl-static-ldeps-for-static-modules.patch
|
||||
]
|
||||
++ optionals (version == "3.13.10" || version == "3.14.1") [
|
||||
# https://github.com/python/cpython/issues/142218
|
||||
./${lib.versions.majorMinor version}/gh-142218.patch
|
||||
|
||||
Reference in New Issue
Block a user