diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-07 19:19:55 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-07 20:24:48 +0100 |
commit | 116f1c5c560d1c7b5d1de4df02b3bce71403539f (patch) | |
tree | bd890c3d49d0706749fc5ae94975a74cba88f96d /Ports/python3/version.sh | |
parent | 4ad389d0d6ac2aa82d5e06c946815449a8ac7da0 (diff) | |
download | serenity-116f1c5c560d1c7b5d1de4df02b3bce71403539f.zip |
Ports: Update Python to 3.9.6
Released on 2021-06-28.
https://www.python.org/downloads/release/python-396/
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 12ad4a773d..50dccfd344 100644 --- a/Ports/python3/version.sh +++ b/Ports/python3/version.sh @@ -1,4 +1,4 @@ -PYTHON_VERSION="3.9.5" +PYTHON_VERSION="3.9.6" PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz" PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION}/${PYTHON_ARCHIVE}" -PYTHON_ARCHIVE_MD5SUM="71f7ada6bec9cdbf4538adc326120cfd" +PYTHON_ARCHIVE_MD5SUM="ecc29a7688f86e550d29dba2ee66cf80" |