python37: 3.7.3 -> 3.7.4

This commit is contained in:
Frederik Rietdijk 2019-07-09 10:02:38 +02:00
parent a88e319591
commit 46d91410af
1 changed files with 2 additions and 2 deletions

View File

@ -90,10 +90,10 @@ in {
sourceVersion = { sourceVersion = {
major = "3"; major = "3";
minor = "7"; minor = "7";
patch = "3"; patch = "4";
suffix = ""; suffix = "";
}; };
sha256 = "066ka8csjwkycqpgyv424d8hhqhfd7r6svsp4sfcvkylci0baq6s"; sha256 = "0gxiv5617zd7dnqm5k9r4q2188lk327nf9jznwq9j6b8p0s92ygv";
inherit (darwin) CF configd; inherit (darwin) CF configd;
inherit passthruFun; inherit passthruFun;
}; };