python3: 3.7.2 -> 3.7.3

This commit is contained in:
Frederik Rietdijk 2019-03-26 16:24:04 +01:00
parent a1a4ff7471
commit 0ddae82e6a
1 changed files with 2 additions and 2 deletions

View File

@ -89,10 +89,10 @@ in {
sourceVersion = { sourceVersion = {
major = "3"; major = "3";
minor = "7"; minor = "7";
patch = "2"; patch = "3";
suffix = ""; suffix = "";
}; };
sha256 = "1fzi9d2gibh0wzwidyckzbywsxcsbckgsl05ryxlifxia77fhgyq"; sha256 = "066ka8csjwkycqpgyv424d8hhqhfd7r6svsp4sfcvkylci0baq6s";
inherit (darwin) CF configd; inherit (darwin) CF configd;
inherit passthruFun; inherit passthruFun;
}; };