python3Minimal: 3.7.4 -> 3.7.5

Base it on python37 so we ensure the package remains up to date.
This commit is contained in:
Frederik Rietdijk 2019-11-20 18:24:17 +01:00 committed by Frederik Rietdijk
parent bad2bed08c
commit ad3ef645b0

View File

@ -46,7 +46,7 @@ with pkgs;
inherit hasDistutilsCxxPatch pythonForBuild;
};
in {
in rec {
python27 = callPackage ./cpython/2.7 {
self = python27;
@ -127,18 +127,8 @@ in {
};
# Minimal versions of Python (built without optional dependencies)
python3Minimal = (callPackage ./cpython {
python3Minimal = (python37.override {
self = python3Minimal;
sourceVersion = {
major = "3";
minor = "7";
patch = "4";
suffix = "";
};
sha256 = "0gxiv5617zd7dnqm5k9r4q2188lk327nf9jznwq9j6b8p0s92ygv";
inherit (darwin) CF configd;
inherit passthruFun;
# strip down that python version as much as possible
openssl = null;
readline = null;