Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2025-10-15 18:06:33 +00:00
committed by GitHub
43 changed files with 580 additions and 730 deletions
@@ -97,6 +97,19 @@
hash = "sha256-Ipna5ULTlc44g6ygDTyRAwfNaOCy9zNgmMjnt+7p8+k=";
inherit passthruFun;
};
python315 = callPackage ./cpython {
self = __splicedPackages.python315;
sourceVersion = {
major = "3";
minor = "15";
patch = "0";
suffix = "a1";
};
hash = "sha256-MZSTnUiO6u79z5kNNVQtmtHOeIeJxOIwWiBg63BY5aQ=";
inherit passthruFun;
};
# Minimal versions of Python (built without optional dependencies)
python3Minimal =
(callPackage ./cpython (