mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python310: 3.10.1 -> 3.10.2
This commit is contained in:
committed by
Frederik Rietdijk
parent
0ffdadc271
commit
8dabcce399
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user