python: 3.8.6 -> 3.8.7.

This commit is contained in:
Drew Hess
2020-12-27 02:57:44 +00:00
committed by Frederik Rietdijk
parent bb0fa750db
commit 507efdb11f
2 changed files with 27 additions and 21 deletions

View File

@@ -154,10 +154,10 @@ in {
sourceVersion = {
major = "3";
minor = "8";
patch = "6";
patch = "7";
suffix = "";
};
sha256 = "qeC3nSeqBW65zOjWOkJ7X5urFGXe4/lC3P2yWoL0q4o=";
sha256 = "sha256-3cwd8Wu1uHqkLsXSCluQLy0IjKommyjgFZD5enmOxQo=";
inherit (darwin) configd;
inherit passthruFun;
};