lol

Merge pull request #215383 from mweinelt/python-3.12a4

python312: 3.12.0a3 -> 3.12.0a5

authored by

Martin Weinelt and committed by
GitHub
39af68a7 1991c407

+2 -2
+2 -2
pkgs/development/interpreters/python/default.nix
··· 196 196 major = "3"; 197 197 minor = "12"; 198 198 patch = "0"; 199 - suffix = "a3"; 199 + suffix = "a5"; 200 200 }; 201 - sha256 = "sha256-G2SzB14KkkGXTlgOCbCckRehxOK+aYA5IB7x2Kc0U9E="; 201 + sha256 = "sha256-1m73o0L+OjVvnO47uXrcHl+0hA9rbP994P991JX4Mjs="; 202 202 inherit (darwin) configd; 203 203 inherit passthruFun; 204 204 };