python: 3.9.0 -> 3.9.1

This commit is contained in:
Greg Roodt
2020-12-11 14:04:26 +11:00
committed by Frederik Rietdijk
parent aa81ee843b
commit 42d28c2a77
2 changed files with 27 additions and 21 deletions

View File

@@ -167,10 +167,10 @@ in {
sourceVersion = {
major = "3";
minor = "9";
patch = "0";
patch = "1";
suffix = "";
};
sha256 = "0m18z05nlmqm1zjw9s0ifgrn1jvjn3jwjg0bpswhjmw5k4yfcwww";
sha256 = "1zq3k4ymify5ig739zyvx9s2ainvchxb1zpy139z74krr653y74r";
inherit (darwin) configd;
inherit passthruFun;
};