python/python3-prompt_toolkit: updated for version 3.0.46

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-06-06 13:54:07 +02:00 committed by Willy Sudiarto Raharjo
parent 1ab549b413
commit c42746c5ca
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-prompt_toolkit
VERSION=${VERSION:-3.0.45}
VERSION=${VERSION:-3.0.46}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-prompt_toolkit"
VERSION="3.0.45"
VERSION="3.0.46"
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.45.tar.gz"
MD5SUM="48b4d66c24b2db59031a557bd2841bb7"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.46.tar.gz"
MD5SUM="cb268bf2f27eb91ad3b2ce8c73c3d321"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-wcwidth"