Merge pull request #256132 from SuperSandro2000/python2

python2: 2.7.18.6 -> 2.7.18.7
This commit is contained in:
Martin Weinelt 2023-09-21 00:51:12 +02:00 committed by GitHub
commit eaf1374d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,9 +45,9 @@ in {
major = "2";
minor = "7";
patch = "18";
suffix = ".6"; # ActiveState's Python 2 extended support
suffix = ".7"; # ActiveState's Python 2 extended support
};
hash = "sha256-+I0QOBkuTHMIQz71lgNn1X1vjPsjJMtFbgC0xcGTwWY=";
hash = "sha256-zcjAoSq6491ePiDySBCKrLIyYoO/5fdH6aBTNg/NH8s=";
inherit (darwin) configd;
inherit passthruFun;
};