# HG changeset patch # User Matt Harbison # Date 1729525689 14400 # Node ID 921b8ad3feaedc8fc6539bed45b4d290eb4e3411 # Parent c48dc98c740c7d15c90b5e8603497ce70f57507d contrib: install pip 24.2 in the Windows dependency installer script One of the modern pythons was crying about the old version importing `distutils`. diff -r c48dc98c740c -r 921b8ad3feae contrib/install-windows-dependencies.ps1 --- a/contrib/install-windows-dependencies.ps1 Sat Oct 19 01:22:25 2024 -0400 +++ b/contrib/install-windows-dependencies.ps1 Mon Oct 21 11:48:09 2024 -0400 @@ -50,9 +50,9 @@ $PYTHON313_X64_URL = "https://www.python.org/ftp/python/3.13.0/python-3.13.0-amd64.exe" $PYTHON313_x64_SHA256 = "78156AD0CF0EC4123BFB5333B40F078596EBF15F2D062A10144863680AFBDEFC" -# PIP 22.0.4. -$PIP_URL = "https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py" -$PIP_SHA256 = "e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a" +# PIP 24.2. +$PIP_URL = "https://github.com/pypa/get-pip/raw/66d8a0f637083e2c3ddffc0cb1e65ce126afb856/public/get-pip.py" +$PIP_SHA256 = "6FB7B781206356F45AD79EFBB19322CAA6C2A5AD39092D0D44D0FEC94117E118" $INNO_SETUP_URL = "http://files.jrsoftware.org/is/5/innosetup-5.6.1-unicode.exe" $INNO_SETUP_SHA256 = "27D49E9BC769E9D1B214C153011978DB90DC01C2ACD1DDCD9ED7B3FE3B96B538"