Merge pull request #190205 from mweinelt/cpython-38-37

This commit is contained in:
Martin Weinelt 2022-09-08 18:25:32 +02:00 committed by GitHub
commit bbae56264f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,10 +167,10 @@ in {
sourceVersion = {
major = "3";
minor = "7";
patch = "13";
patch = "14";
suffix = "";
};
sha256 = "sha256-mfEGJ134iZw+jLnXwBzmhsIC7ydZUzAUJxlGk95b74Q=";
sha256 = "sha256-QVeuMeuBrxnoHDaIJhBJGw+49Q4A+ooXsJXIiQi5xFw=";
inherit (darwin) configd;
inherit passthruFun;
};
@ -180,10 +180,10 @@ in {
sourceVersion = {
major = "3";
minor = "8";
patch = "13";
patch = "14";
suffix = "";
};
sha256 = "sha256-bzCQdwEgQKo5/o8MYduMD6HEUTZ2MpnTdcnldW8Jz1c=";
sha256 = "sha256-XXfieCcbqAPpkJpBpPO6ygBhgck62mgqXl/o3EokxfM=";
inherit (darwin) configd;
inherit passthruFun;
};