python27: 2.7.18.7 -> 2.7.18.8

Diff: https://github.com/ActiveState/cpython/compare/v2.7.18.7...v2.7.18.8
This commit is contained in:
Sandro Jäckel
2024-03-15 13:13:12 +01:00
parent a6af0d9267
commit 61baca011c
2 changed files with 8 additions and 2 deletions
@@ -35,9 +35,9 @@ in {
major = "2";
minor = "7";
patch = "18";
suffix = ".7"; # ActiveState's Python 2 extended support
suffix = ".8"; # ActiveState's Python 2 extended support
};
hash = "sha256-zcjAoSq6491ePiDySBCKrLIyYoO/5fdH6aBTNg/NH8s=";
hash = "sha256-HUOzu3uJbtd+3GbmGD35KOk/CDlwL4S7hi9jJGRFiqI=";
inherit (darwin) configd;
inherit passthruFun;
};