python310: 3.10.0-rc2 -> 3.10.0

This commit is contained in:
Martin Weinelt 2021-10-05 02:07:35 +02:00
parent 77c4e2f8dd
commit 938d796b7a
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 4 additions and 3 deletions

View file

@ -833,6 +833,7 @@ sets are
* `pkgs.python37Packages`
* `pkgs.python38Packages`
* `pkgs.python39Packages`
* `pkgs.python310Packages`
* `pkgs.pypyPackages`
and the aliases

View file

@ -37,7 +37,7 @@ with pkgs;
keep = self: {
# TODO maybe only define these here so nothing is needed to be kept in sync.
inherit (self)
isPy27 isPy35 isPy36 isPy37 isPy38 isPy39 isPy3k isPyPy pythonAtLeast pythonOlder
isPy27 isPy35 isPy36 isPy37 isPy38 isPy39 isPy310 isPy3k isPyPy pythonAtLeast pythonOlder
python bootstrapped-pip buildPythonPackage buildPythonApplication
fetchPypi
hasPythonModule requiredPythonModules makePythonPath disabledIf
@ -185,9 +185,9 @@ in {
major = "3";
minor = "10";
patch = "0";
suffix = "rc2";
suffix = "";
};
sha256 = "091g5f0gqajhi21bwpvbrc44hpiilbsycw953ynvkds8hl45cnz7";
sha256 = "00mhn6kj4qkvkkv6hh2klnnjr0yk0c9hspp7njc7n6m1lvkzi6as";
inherit (darwin) configd;
inherit passthruFun;
};