summaryrefslogtreecommitdiffstats
path: root/python/python3-prompt_toolkit
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-12-14 16:09:04 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-15 00:14:02 +0700
commit124233c66981f74fb72eac7149d0474b3574a343 (patch)
tree29e07442812b1a451f0b951b81ae9430b03b0de4 /python/python3-prompt_toolkit
parentff127af97db4f0456d737a0dfa560ada6723f9fc (diff)
downloadslackbuilds-124233c66981f74fb72eac7149d0474b3574a343.tar.gz
slackbuilds-124233c66981f74fb72eac7149d0474b3574a343.tar.xz
python/python3-prompt_toolkit: updated for version 3.0.43
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-prompt_toolkit')
-rw-r--r--python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild2
-rw-r--r--python/python3-prompt_toolkit/python3-prompt_toolkit.info6
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 6743a0728a..824948cfb0 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.41}
+VERSION=${VERSION:-3.0.43}
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 0da9e7b831..e2e19f7ddf 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.41"
+VERSION="3.0.43"
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.41.tar.gz"
-MD5SUM="252a5d200e41d46b65a3076d2bc0a4bd"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-3.0.43.tar.gz"
+MD5SUM="f33c0f4ae8d11addababf6d90c98f8bc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-wcwidth"