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:
parent
136aa40a0f
commit
780caf6690
@ -81,10 +81,10 @@ in {
|
|||||||
sourceVersion = {
|
sourceVersion = {
|
||||||
major = "3";
|
major = "3";
|
||||||
minor = "7";
|
minor = "7";
|
||||||
patch = "8";
|
patch = "9";
|
||||||
suffix = "";
|
suffix = "";
|
||||||
};
|
};
|
||||||
sha256 = "Q6VDQEs2PwA3+J34R48Z2y28DW8//uMQvCmX+nGFSmM=";
|
sha256 = "008v6g1jkrjrdmiqlgjlq6msbbj848bvkws6ppwva1ahn03k14li";
|
||||||
inherit (darwin) configd;
|
inherit (darwin) configd;
|
||||||
inherit passthruFun;
|
inherit passthruFun;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user