python310: 3.10.0a3 -> 3.10.0a4

This commit is contained in:
Jonathan Ringer 2021-01-22 00:02:29 -08:00 committed by Jonathan Ringer
parent 0a38f6da4f
commit 0389d5b148

View File

@ -181,9 +181,9 @@ in {
major = "3"; major = "3";
minor = "10"; minor = "10";
patch = "0"; patch = "0";
suffix = "a3"; suffix = "a4";
}; };
sha256 = "sha256-sJjJdAdxOUfX7W7VioSGdxlgp2lyMOPZjg42MCd/JYY="; sha256 = "sha256-McHBl7IZuOH96je/izkxur0Edirn+igVkQU/pbek73M=";
inherit (darwin) configd; inherit (darwin) configd;
inherit passthruFun; inherit passthruFun;
}; };