From 4932ed92a494cf1cd85ac52883b3837cb364c956 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 25 Oct 2022 00:30:25 +0200 Subject: [PATCH] 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 --- pkgs/development/interpreters/python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index cc35fbc5804e..f770f3fb52d7 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -215,9 +215,9 @@ in { major = "3"; minor = "11"; patch = "0"; - suffix = "rc2"; + suffix = ""; }; - sha256 = "sha256-JbNcx9gsWtNNhnsXmhwWldEpvl7RSiHka2t/I1CotJA="; + sha256 = "sha256-pX3ILXc1hhe6ZbmEHO4eO0QfOGw3id3AZ27KB38pUcM="; inherit (darwin) configd; inherit passthruFun; };