changeset 6219:0c32824e1a6d

* src/build-python.mk: update to v3.8.13
author John Donoghue <john.donoghue@ieee.org>
date Tue, 10 May 2022 07:15:52 -0400
parents 51bb9fd02236
children d7952f4bcc39
files src/build-python.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-python.mk	Mon May 09 09:47:40 2022 -0400
+++ b/src/build-python.mk	Tue May 10 07:15:52 2022 -0400
@@ -3,8 +3,8 @@
 
 PKG             := build-python
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3.8.12
-$(PKG)_CHECKSUM := 7643eccc15f5606bd0dc04affc7ea901e417165d
+$(PKG)_VERSION  := 3.8.13
+$(PKG)_CHECKSUM := fb46587353f092d91caeddb07f82bb66a5115468
 $(PKG)_SUBDIR   := Python-$($(PKG)_VERSION)
 $(PKG)_FILE     := Python-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://www.python.org/ftp/python/$($(PKG)_VERSION)/$($(PKG)_FILE)