mailman: backport Python 3.13 fix

Fixes: https://github.com/NixOS/nixpkgs/issues/418498
This commit is contained in:
Alyssa Ross
2025-06-21 10:16:42 +02:00
parent 82bdd923e5
commit be2ebf5421
+5
View File
@@ -60,6 +60,11 @@ buildPythonPackage rec {
url = "https://gitlab.com/mailman/mailman/-/commit/9613154f3c04fa2383fbf017031ef263c291418d.patch";
sha256 = "0vyw87s857vfxbf7kihwb6w094xyxmxbi1bpdqi3ybjamjycp55r";
})
(fetchpatch {
name = "python-3.13.patch";
url = "https://gitlab.com/mailman/mailman/-/commit/685d9a7bdbd382d9e8d4a2da74bd973e93356e05.patch";
hash = "sha256-KCXVP+5zqgluUXQCGmMRC+G1hEDnFBlTUETGpmFDOOk=";
})
./log-stderr.patch
];