1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

Ports: Update Python to 3.9.2

Released on 2021-02-19, no patch changes required.
https://www.python.org/downloads/release/python-392/
This commit is contained in:
Linus Groh 2021-02-21 21:34:46 +01:00 committed by Andreas Kling
parent 15cfde7233
commit 4166765292
10 changed files with 27 additions and 27 deletions

View file

@ -1,4 +1,4 @@
PYTHON_VERSION="3.9.1"
PYTHON_VERSION="3.9.2"
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION}/${PYTHON_ARCHIVE}"
PYTHON_ARCHIVE_MD5SUM="61981498e75ac8f00adcb908281fadb6"
PYTHON_ARCHIVE_MD5SUM="f0dc9000312abeb16de4eccce9a870ab"