python310: 3.10.0-rc2 -> 3.10.0

main
Martin Weinelt 3 years ago
parent 77c4e2f8dd
commit 938d796b7a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 1
      doc/languages-frameworks/python.section.md
  2. 6
      pkgs/development/interpreters/python/default.nix

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

@ -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;
};

Loading…
Cancel
Save