diff options
| author | Christian Rendina <christian.rendina@gmail.com> | 2021-05-27 00:09:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-26 15:09:28 -0700 |
| commit | 9d7244f2f6a4f6a34c4e0b3ecbf391323e379a43 (patch) | |
| tree | fbfabcd43ab805f1ca9ca3e3ad176b0c2ce8eef5 /ports/python3/portfile.cmake | |
| parent | 6fc4e607f1f0c46aa4692fbf3c6ce99dfef64b12 (diff) | |
| download | vcpkg-9d7244f2f6a4f6a34c4e0b3ecbf391323e379a43.tar.gz vcpkg-9d7244f2f6a4f6a34c4e0b3ecbf391323e379a43.zip | |
[python3] Update to 3.9.5 (#17773)
* [python3] update to 3.9.5
* [vcpkg] update baseline
* [scripts] update to py 3.9.5
Diffstat (limited to 'ports/python3/portfile.cmake')
| -rw-r--r-- | ports/python3/portfile.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/python3/portfile.cmake b/ports/python3/portfile.cmake index d19f5552c..3130bbfee 100644 --- a/ports/python3/portfile.cmake +++ b/ports/python3/portfile.cmake @@ -5,7 +5,7 @@ endif() set(PYTHON_VERSION_MAJOR 3) set(PYTHON_VERSION_MINOR 9) -set(PYTHON_VERSION_PATCH 2) +set(PYTHON_VERSION_PATCH 5) set(PYTHON_VERSION ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.${PYTHON_VERSION_PATCH}) set(PATCHES @@ -32,7 +32,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO python/cpython REF v${PYTHON_VERSION} - SHA512 f13c7e50d2c7c00e67b801b0bbb6ab6a8b6bd16c706b3bdd9d2186de3830f0043d0b95d7993d65a169adc9097738906c07727f0df49cd2fb2916bdf0456896b6 + SHA512 6bef5174f133e7eb48ad54d14b07f77500ac2cdcfb397cac9f19ecaaf5334fbcc999f755719883c99c0d173b7b816a2def56537666c20e7b11cb783572fc6e00 HEAD_REF master PATCHES ${PATCHES} ) |
