Skip to content

Commit

Permalink
Merge pull request #6323 from heitbaum/python
Browse files Browse the repository at this point in the history
Python3: update to 3.9.12
  • Loading branch information
CvH committed Mar 25, 2022
2 parents fb6cbbd + 292b400 commit 014fa3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lang/Python3/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

PKG_NAME="Python3"
# When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION!
PKG_VERSION="3.9.11"
PKG_SHA256="66767a35309d724f370df9e503c172b4ee444f49d62b98bc4eca725123e26c49"
PKG_VERSION="3.9.12"
PKG_SHA256="2cd94b20670e4159c6d9ab57f91dbf255b97d8c1a1451d1c35f4ec1968adf971"
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"
Expand Down

0 comments on commit 014fa3b

Please sign in to comment.