Merge branch 'master' into staging-next

This commit is contained in:
K900
2024-06-29 10:13:13 +03:00
217 changed files with 1505 additions and 3578 deletions
@@ -661,7 +661,7 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.python.org";
changelog = let
majorMinor = versions.majorMinor version;
dashedVersion = replaceStrings [ "." "a" ] [ "-" "-alpha-" ] version;
dashedVersion = replaceStrings [ "." "a" "b" ] [ "-" "-alpha-" "-beta-" ] version;
in
if sourceVersion.suffix == "" then
"https://docs.python.org/release/${version}/whatsnew/changelog.html"
@@ -93,9 +93,9 @@ in {
major = "3";
minor = "13";
patch = "0";
suffix = "b2";
suffix = "b3";
};
hash = "sha256-vxG+AbQqB6Nlnk4jNZHgPaYxtxEqph7h4DDuuMXf2Gk=";
hash = "sha256-O+CUrQixHcKgZUY1JCOceNyfKzQrAdzU4eYG27xceKU=";
inherit (darwin) configd;
inherit passthruFun;
};