Merge branch 'master' into staging-next
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user