1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:17:34 +00:00

Ports: Update Python to 3.12.2

Released on 2024-02-06.
https://www.python.org/downloads/release/python-3122/
This commit is contained in:
Linus Groh 2024-03-03 22:21:11 +00:00 committed by Tim Schumacher
parent 70b9e28975
commit 872bf51d8f
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
PYTHON_VERSION="3.12.1"
PYTHON_VERSION_WITHOUT_SUFFIX="3.12.1" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
PYTHON_VERSION="3.12.2"
PYTHON_VERSION_WITHOUT_SUFFIX="3.12.2" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION_WITHOUT_SUFFIX}/${PYTHON_ARCHIVE}"
PYTHON_ARCHIVE_SHA256SUM="8dfb8f426fcd226657f9e2bd5f1e96e53264965176fa17d32658e873591aeb21"
PYTHON_ARCHIVE_SHA256SUM="be28112dac813d2053545c14bf13a16401a21877f1a69eb6ea5d84c4a0f3d870"