From c06e838d6529ecf2ec11dccea09801b1502ec9f5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 14 Jan 2026 01:38:58 +0100 Subject: [PATCH] python315: 3.15.0a3 -> 3.15.0a4 https://docs.python.org/3.15/whatsnew/changelog.html#python-3-15-0-alpha-4 --- 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 9c5dc4671b56..9c0e0e79cd85 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -104,9 +104,9 @@ major = "3"; minor = "15"; patch = "0"; - suffix = "a3"; + suffix = "a4"; }; - hash = "sha256-arAs2sJFBXeYd7sdkYlDLWfpDd8qm4t7Nz6tVKwHtgc="; + hash = "sha256-oKUh1cSAuJl52hrvzil1DrFYEowBeHKOv+91EcIbTnc="; inherit passthruFun; };