python314: fix pythonAttr value (#446723)

authored by

Martin Weinelt and committed by
GitHub
62a85b56 7f0851c8

+1 -1
+1 -1
pkgs/top-level/all-packages.nix
··· 6063 6063 }; 6064 6064 python314FreeThreading = python314.override { 6065 6065 self = python314FreeThreading; 6066 - pythonAttr = "python313FreeThreading"; 6066 + pythonAttr = "python314FreeThreading"; 6067 6067 enableGIL = false; 6068 6068 }; 6069 6069