Python3: update to 3.11.6

ann:
- https://pythoninsider.blogspot.com/2023/10/python-3116-is-now-available.html
This commit is contained in:
Rudi Heitbaum 2023-10-04 12:55:29 +00:00
parent 1a5ac4e047
commit e0fc92db9d

View File

@ -3,8 +3,8 @@
PKG_NAME="Python3"
# When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION!
PKG_VERSION="3.11.5"
PKG_SHA256="85cd12e9cf1d6d5a45f17f7afe1cebe7ee628d3282281c492e86adf636defa3f"
PKG_VERSION="3.11.6"
PKG_SHA256="0fab78fa7f133f4f38210c6260d90d7c0d5c7198446419ce057ec7ac2e6f5f38"
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"