Merge pull request #323125 from mweinelt/python313b3

python313: 3.13.0b2 -> 3.13.0b3
This commit is contained in:
OTABI Tomoya 2024-06-29 13:52:43 +09:00 committed by GitHub
commit 3b15388bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -658,7 +658,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"

View File

@ -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;
};