python/python3-prompt_toolkit: Updated for version 3.0.36.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5ebddd050f
commit
355cd92fb8
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-prompt_toolkit
|
||||
VERSION=${VERSION:-3.0.29}
|
||||
VERSION=${VERSION:-3.0.36}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-prompt_toolkit"
|
||||
VERSION="3.0.29"
|
||||
VERSION="3.0.36"
|
||||
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.29.tar.gz"
|
||||
MD5SUM="170d4c9b420570f58fa1a6f763d70b12"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.36.tar.gz"
|
||||
MD5SUM="5a2bb559c0bcbc617f507a320c64ba03"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-wcwidth"
|
||||
|
|
Loading…
Reference in New Issue