python310: 3.10.1 -> 3.10.2

This commit is contained in:
Frederik Rietdijk
2022-01-15 09:50:35 +01:00
committed by Frederik Rietdijk
parent 0ffdadc271
commit 8dabcce399

View File

@@ -138,6 +138,14 @@ with pkgs;
};
sha256 = "sha256-Co+/tSh+vDoT6brz1U4I+gZ3j/7M9jEa74Ibs6ZYbMg=";
};
python310 = {
sourceVersion = {
major = "3";
minor = "10";
patch = "2";
suffix = "";
};
sha256 = "sha256-F946x9qfJRmqnWQ3jGA6c6DprVjf+ogS5FFgwIbeZMc=";
};
};
@@ -181,18 +189,11 @@ in {
inherit passthruFun;
} // sources.python39);
python310 = callPackage ./cpython {
python310 = callPackage ./cpython ({
self = python310;
sourceVersion = {
major = "3";
minor = "10";
patch = "1";
suffix = "";
};
sha256 = "0xz1wrd6xi20sbli30vm6jclc4rlnnd03irybknf2p8sdrdjdwd7";
inherit (darwin) configd;
inherit passthruFun;
};
} // sources.python310);
python311 = callPackage ./cpython {
self = python311;