Python3: update to 3.11.3

release notes:
- https://docs.python.org/release/3.11.3/whatsnew/changelog.html#python-3-11-3
This commit is contained in:
Rudi Heitbaum 2023-04-05 13:40:42 +00:00
parent dbb758d689
commit b3a96ebd2a

View File

@ -3,8 +3,8 @@
PKG_NAME="Python3"
# When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION!
PKG_VERSION="3.11.2"
PKG_SHA256="29e4b8f5f1658542a8c13e2dd277358c9c48f2b2f7318652ef1675e402b9d2af"
PKG_VERSION="3.11.3"
PKG_SHA256="8a5db99c961a7ecf27c75956189c9602c968751f11dbeae2b900dbff1c085b5e"
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"