Python3: update to 3.9.14

changelog:
- https://docs.python.org/3.9/whatsnew/changelog.html
This commit is contained in:
Rudi Heitbaum 2022-09-08 11:31:11 +00:00
parent ab024e99eb
commit 9fbad212b3

View File

@ -3,8 +3,8 @@
PKG_NAME="Python3"
# When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION!
PKG_VERSION="3.9.13"
PKG_SHA256="125b0c598f1e15d2aa65406e83f792df7d171cdf38c16803b149994316a3080f"
PKG_VERSION="3.9.14"
PKG_SHA256="651304d216c8203fe0adf1a80af472d8e92c3b0e0a7892222ae4d9f3ae4debcf"
PKG_LICENSE="OSS"
PKG_SITE="https://www.python.org/"
PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz"