Skip to content

Commit 6a72ca2

Browse files
authored
python: update to 3.9.6
1 parent f7142c2 commit 6a72ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/python/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Python 3 programming language intended to enable clear p
33
TERMUX_PKG_LICENSE="PythonPL"
44
TERMUX_PKG_MAINTAINER="@termux"
55
_MAJOR_VERSION=3.9
6-
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.5
6+
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.6
77
TERMUX_PKG_SRCURL=https://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz
8-
TERMUX_PKG_SHA256=0c5a140665436ec3dbfbb79e2dfb6d192655f26ef4a29aeffcb6d1820d716d83
8+
TERMUX_PKG_SHA256=397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a
99
TERMUX_PKG_DEPENDS="gdbm, libandroid-support, libbz2, libcrypt, libffi, liblzma, libsqlite, ncurses, ncurses-ui-libs, openssl, readline, zlib"
1010
TERMUX_PKG_RECOMMENDS="clang, make, pkg-config"
1111
TERMUX_PKG_SUGGESTS="python-tkinter"

0 commit comments

Comments
 (0)