python37: 3.7.8 -> 3.7.9

Release notes:
https://docs.python.org/release/3.7.9/whatsnew/changelog.html

Most notable is the fixed behavior of asynchronous generators; without
this fix, they fail to work in some scenarios.
This commit is contained in:
Spencer Baugh 2020-08-29 16:44:17 -04:00 committed by Frederik Rietdijk
parent 136aa40a0f
commit 780caf6690

View file

@ -81,10 +81,10 @@ in {
sourceVersion = {
major = "3";
minor = "7";
patch = "8";
patch = "9";
suffix = "";
};
sha256 = "Q6VDQEs2PwA3+J34R48Z2y28DW8//uMQvCmX+nGFSmM=";
sha256 = "008v6g1jkrjrdmiqlgjlq6msbbj848bvkws6ppwva1ahn03k14li";
inherit (darwin) configd;
inherit passthruFun;
};