diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e1dfdd0da6..b707b26240 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -64,7 +64,7 @@ Latest changes * meson 1.5.2 * openssl 3.0.15 * precompiled host-tools 2024-09-28 - * python 3.12.6 + * python 3.12.7 - AVM sources: * 5690 pro 7.62 - 5.4.213 diff --git a/make/host-tools/python3-host/python3-host.mk b/make/host-tools/python3-host/python3-host.mk index baa04dcafa..f51b5b9788 100644 --- a/make/host-tools/python3-host/python3-host.mk +++ b/make/host-tools/python3-host/python3-host.mk @@ -1,6 +1,6 @@ -$(call TOOLS_INIT, 3.12.6) +$(call TOOLS_INIT, 3.12.7) $(PKG)_SOURCE:=Python-$($(PKG)_VERSION).tar.xz -$(PKG)_HASH:=1999658298cf2fb837dffed8ff3c033ef0c98ef20cf73c5d5f66bed5ab89697c +$(PKG)_HASH:=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550 $(PKG)_SITE:=https://www.python.org/ftp/python/$($(PKG)_VERSION) ### WEBSITE:=https://www.python.org/ ### MANPAGE:=https://docs.python.org/3/