diff options
author | Arn0 <yth@ythogtha.org> | 2024-05-31 13:11:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-31 23:55:39 +0700 |
commit | a278eb18c29f0a6a465c54c717d806379dba3254 (patch) | |
tree | fa58c742e255cd154a05b3b074e25f5dfc9db215 | |
parent | 92148e0d4f77dc82f05cae6781b46bafd6e97723 (diff) |
python/python3-prompt_toolkit: updated for version 3.0.45
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 824948cfb0c9..50aa529800d4 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.43} +VERSION=${VERSION:-3.0.45} 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 e2e19f7ddfaa..ebdd176a452f 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.43" +VERSION="3.0.45" HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.43.tar.gz" -MD5SUM="f33c0f4ae8d11addababf6d90c98f8bc" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.45.tar.gz" +MD5SUM="48b4d66c24b2db59031a557bd2841bb7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-wcwidth" |