diff options
Diffstat (limited to 'Ports/python3/version.sh')
-rw-r--r-- | Ports/python3/version.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/python3/version.sh b/Ports/python3/version.sh index ea91a1348f..5ae23c209a 100644 --- a/Ports/python3/version.sh +++ b/Ports/python3/version.sh @@ -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" |