diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-29 14:53:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-29 14:53:46 +0100 |
commit | 2208b4e2423bd59d4e5c6ab4cb51c27454ccc5a0 (patch) | |
tree | 271f939a83577040c19f54cd41e877a6eceb44d3 | |
parent | eb76649608d174d1be4355802585a1ba9f734095 (diff) |
python3: update to 3.11.7
-rw-r--r-- | package/python3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/python3/Makefile b/package/python3/Makefile index 3982d3762..59b97b4dc 100644 --- a/package/python3/Makefile +++ b/package/python3/Makefile @@ -4,10 +4,10 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= python3 -PKG_VERSION:= 3.11.6 +PKG_VERSION:= 3.11.7 PKG_RELEASE:= 1 -PKG_HASH:= 0fab78fa7f133f4f38210c6260d90d7c0d5c7198446419ce057ec7ac2e6f5f38 -PKG_DESCR:= python3 scripting language +PKG_HASH:= 18e1aa7e66ff3a58423d59ed22815a6954e53342122c45df20c96877c062b9b7 +PKG_DESCR:= python scripting language PKG_SECTION:= dev/lang PKG_DEPENDS:= libffi zlib libexpat PKG_BUILDDEP:= python3-host libffi zlib expat |