diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-10-25 00:30:25 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2022-10-28 11:49:13 +0200 |
| commit | 66ee690f6a703095d9c3277a790230c8a7ee4501 (patch) | |
| tree | 6b8c925802a4f117d1ed8237abcca8798dea7ded | |
| parent | python311: 3.11.0rc1 -> 3.11.0rc2 (diff) | |
| download | nixpkgs-66ee690f6a703095d9c3277a790230c8a7ee4501.tar.gz | |
python311: 3.11.0-rc2 -> 3.11.0
https://www.python.org/downloads/release/python-3110/
https://discuss.python.org/t/python-3-11-0-final-is-now-available/20291
(cherry picked from commit 4932ed92a494cf1cd85ac52883b3837cb364c956)
| -rw-r--r-- | pkgs/development/interpreters/python/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index f030a15e5879..cc41582ce996 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -199,9 +199,9 @@ in { major = "3"; minor = "11"; patch = "0"; - suffix = "rc2"; + suffix = ""; }; - sha256 = "sha256-JbNcx9gsWtNNhnsXmhwWldEpvl7RSiHka2t/I1CotJA="; + sha256 = "sha256-pX3ILXc1hhe6ZbmEHO4eO0QfOGw3id3AZ27KB38pUcM="; inherit (darwin) configd; inherit passthruFun; }; |
