Merge branch 'staging-next' into staging

This commit is contained in:
Vladimír Čunát
2022-12-09 10:27:46 +01:00
631 changed files with 5661 additions and 3449 deletions
@@ -486,7 +486,15 @@ in with passthru; stdenv.mkDerivation {
enableParallelBuilding = true;
meta = {
homepage = "http://python.org";
homepage = "https://www.python.org";
changelog = let
majorMinor = lib.versions.majorMinor version;
dashedVersion = lib.replaceStrings [ "." "a" ] [ "-" "-alpha-" ] version;
in
if sourceVersion.suffix == "" then
"https://docs.python.org/release/${version}/whatsnew/changelog.html"
else
"https://docs.python.org/${majorMinor}/whatsnew/changelog.html#python-${dashedVersion}";
description = "A high-level dynamically-typed programming language";
longDescription = ''
Python is a remarkably powerful dynamic programming language that
@@ -156,10 +156,10 @@ in {
sourceVersion = {
major = "3";
minor = "7";
patch = "15";
patch = "16";
suffix = "";
};
sha256 = "sha256-WRFHWgesK1PXRuiKBxavbStHNJQZGRNuoNM/ucdblxQ=";
sha256 = "sha256-gzjwwiIthH6QTJVTaRVdwb7u7YBujV7wSwDvR4cji/0=";
inherit (darwin) configd;
inherit passthruFun;
};
@@ -169,10 +169,10 @@ in {
sourceVersion = {
major = "3";
minor = "8";
patch = "15";
patch = "16";
suffix = "";
};
sha256 = "sha256-URT8eRiipeIOtarGlrMMNvQSxu8ksT9cnrngVpgtlVA=";
sha256 = "sha256-2F27N3QTJHPYCB3LFY80oQzK16kLlsflDqS7YfXORWI=";
inherit (darwin) configd;
inherit passthruFun;
};
@@ -194,10 +194,10 @@ in {
sourceVersion = {
major = "3";
minor = "11";
patch = "0";
patch = "1";
suffix = "";
};
sha256 = "sha256-pX3ILXc1hhe6ZbmEHO4eO0QfOGw3id3AZ27KB38pUcM=";
sha256 = "sha256-hYeRkvLP/VbLFsCSkFlJ6/Pl45S392RyNSljeQHftY8=";
inherit (darwin) configd;
inherit passthruFun;
};