From 2444890a3d0b195d0ed9118768c022e03cb846ee Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 18 Sep 2025 14:34:55 +0200 Subject: [PATCH] python314: 3.14.0rc2 -> 3.14.0rc3 https://docs.python.org/3.14/whatsnew/changelog.html#python-3-14-0rc3 --- 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 980ebdf2d582..58b07473e5e2 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 = "rc2"; + suffix = "rc3"; }; - hash = "sha256-vGKFTPIyNFvSLJCRpoRk4B4FbGRzo//6hFcsijQtplY="; + hash = "sha256-ZG3JReScc6FBiW3toS1D8/KT/WlCZ3TBb8Q0lhgOj80="; inherit passthruFun; }; # Minimal versions of Python (built without optional dependencies)