From 6916fe5a40be464331630c18df8982f2fc451676 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 7 Oct 2025 17:14:58 +0200 Subject: [PATCH] python314: 3.14.0-rc3 -> 3.14.0 https://docs.python.org/release/3.14.0/whatsnew/changelog.html --- 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 202c83eb1e36..1801d321b679 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -92,9 +92,9 @@ major = "3"; minor = "14"; patch = "0"; - suffix = "rc3"; + suffix = ""; }; - hash = "sha256-ZG3JReScc6FBiW3toS1D8/KT/WlCZ3TBb8Q0lhgOj80="; + hash = "sha256-Ipna5ULTlc44g6ygDTyRAwfNaOCy9zNgmMjnt+7p8+k="; inherit passthruFun; }; # Minimal versions of Python (built without optional dependencies)