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

Ports: Update Python to 3.9.4

Released on 2021-04-04 as a hotfix release superseding 3.9.3.
https://www.python.org/downloads/release/python-394/
This commit is contained in:
Linus Groh 2021-04-06 21:12:03 +02:00 committed by Andreas Kling
parent fc92a4b228
commit a9fa3fb095
10 changed files with 29 additions and 29 deletions

View file

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