python/python3-prompt_toolkit: Updated for version 3.0.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-10-31 12:11:26 -07:00 committed by Willy Sudiarto Raharjo
parent 8949c9a281
commit 2296a71b29
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-prompt_toolkit
VERSION=${VERSION:-3.0.6}
VERSION=${VERSION:-3.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-prompt_toolkit"
VERSION="3.0.6"
VERSION="3.0.8"
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.6.tar.gz"
MD5SUM="e50cb328715b338480d8d29dda54ff5d"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.8.tar.gz"
MD5SUM="cf3ca19873fa9e7f6162296cf6bae419"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-wcwidth python3-six"