Python3: update to 3.13.6

This commit is contained in:
Rudi Heitbaum 2025-08-07 07:37:44 +00:00
parent 4d87c995c1
commit 5598426650

View File

@ -3,8 +3,8 @@
PKG_NAME="Python3" PKG_NAME="Python3"
# When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION! # When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION!
PKG_VERSION="3.13.5" PKG_VERSION="3.13.6"
PKG_SHA256="93e583f243454e6e9e4588ca2c2662206ad961659863277afcdb96801647d640" PKG_SHA256="17ba5508819d8736a14fbfc47d36e184946a877851b2e9c4b6c43acb44a3b104"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="https://www.python.org/" PKG_SITE="https://www.python.org/"
PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz" PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz"