mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
a9fa3fb095
Released on 2021-04-04 as a hotfix release superseding 3.9.3. https://www.python.org/downloads/release/python-394/
4 lines
220 B
Bash
4 lines
220 B
Bash
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="2a3dba5fc75b695c45cf1806156e1a97"
|