python312: 3.12.4 -> 3.12.5

https://docs.python.org/release/3.12.5/whatsnew/changelog.html
This commit is contained in:
Martin Weinelt
2024-08-08 15:36:12 +02:00
parent fa12935a32
commit 8878d8afcd
3 changed files with 3 additions and 60 deletions
@@ -366,11 +366,7 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
};
in [
"${mingw-patch}/*.patch"
]) ++ optionals isPy312 [
# backport fix for various platforms; armv7l, riscv64, s390
# https://github.com/python/cpython/pull/121178
./3.12/0001-Fix-build-with-_PY_SHORT_FLOAT_REPR-0.patch
];
]);
postPatch = optionalString (!stdenv.hostPlatform.isWindows) ''
substituteInPlace Lib/subprocess.py \