Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2023-10-18 12:02:01 +00:00
committed by GitHub
44 changed files with 2774 additions and 771 deletions
@@ -103,6 +103,18 @@ in {
inherit passthruFun;
};
python313 = callPackage ./cpython {
self = __splicedPackages.python313;
sourceVersion = {
major = "3";
minor = "13";
patch = "0";
suffix = "a1";
};
hash = "sha256-8Cgb8izABBQ2HBT8kZcYPn6y6rtylla2lEIiT7tj7ss=";
inherit (darwin) configd;
inherit passthruFun;
};
# Minimal versions of Python (built without optional dependencies)
python3Minimal = (callPackage ./cpython ({
self = __splicedPackages.python3Minimal;