python311: 3.11a2 -> 3.11a4

authored by Jonathan Ringer and committed by Jonathan Ringer 69382d41 5b8f14ec

+4 -3
+2 -1
pkgs/development/interpreters/python/cpython/default.nix
··· 17 17 , configd 18 18 , autoreconfHook 19 19 , autoconf-archive 20 + , pkg-config 20 21 , python-setup-hook 21 22 , nukeReferences 22 23 # For the Python package set ··· 103 104 104 105 nativeBuildInputs = optionals (!stdenv.isDarwin) [ 105 106 autoreconfHook 106 - ] ++ optionals (!stdenv.isDarwin && passthru.pythonAtLeast "3.10") [ 107 + pkg-config 107 108 autoconf-archive # needed for AX_CHECK_COMPILE_FLAG 108 109 ] ++ [ 109 110 nukeReferences
+2 -2
pkgs/development/interpreters/python/default.nix
··· 201 201 major = "3"; 202 202 minor = "11"; 203 203 patch = "0"; 204 - suffix = "a2"; 204 + suffix = "a4"; 205 205 }; 206 - sha256 = "sha256-aKjE1s4lSKe2F9aZ+9s0iTe9rODPltsaoIOEnfXa0T8="; 206 + sha256 = "sha256-Q3/nN2w2Pa+vNM6A8ERrQfyaQsDiqMflGdPwoLfPs+0="; 207 207 inherit (darwin) configd; 208 208 inherit passthruFun; 209 209 };