From 9fbad212b3161dda6fc7102f68351f6e8d56abe9 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 8 Sep 2022 11:31:11 +0000 Subject: [PATCH] Python3: update to 3.9.14 changelog: - https://docs.python.org/3.9/whatsnew/changelog.html --- packages/lang/Python3/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lang/Python3/package.mk b/packages/lang/Python3/package.mk index ddfac07988..470034e9ec 100644 --- a/packages/lang/Python3/package.mk +++ b/packages/lang/Python3/package.mk @@ -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"