diff options
author | Arn0 <yth@ythogtha.org> | 2022-04-28 15:07:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:10 +0700 |
commit | 4c7a02e7ab5f198db1fadedee0d1b29e9013af29 (patch) | |
tree | bb1cc7252be42cf82a74dd523427a3d3bd32638f /python | |
parent | 17778ce4242a2b6215b34750a159ba52dc8d1c94 (diff) | |
download | slackbuilds-4c7a02e7ab5f198db1fadedee0d1b29e9013af29.tar.gz |
python/python3-prompt_toolkit: updated for version 3.0.29
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-prompt_toolkit/python3-prompt_toolkit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild index 6086adeff9..6b753db76b 100644 --- a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild +++ b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-prompt_toolkit -VERSION=${VERSION:-3.0.28} +VERSION=${VERSION:-3.0.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.info b/python/python3-prompt_toolkit/python3-prompt_toolkit.info index 69b71f1d4a..e08dd3f1be 100644 --- a/python/python3-prompt_toolkit/python3-prompt_toolkit.info +++ b/python/python3-prompt_toolkit/python3-prompt_toolkit.info @@ -1,8 +1,8 @@ PRGNAM="python3-prompt_toolkit" -VERSION="3.0.28" +VERSION="3.0.29" HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.28.tar.gz" -MD5SUM="b88185074fa28a7b25e2054c0d4ff057" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.29.tar.gz" +MD5SUM="170d4c9b420570f58fa1a6f763d70b12" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-wcwidth" |