mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/prompt_toolkit: Updated for version 2.0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
54c9459925
commit
760d7c3582
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=prompt_toolkit
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
VERSION=${VERSION:-2.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="prompt_toolkit"
|
||||
VERSION="2.0.3"
|
||||
VERSION="2.0.4"
|
||||
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/3e/36/d24222c4a44cb7b8d902db407e1918d8553c765b1384d78c7ea7a85b144c/prompt_toolkit-2.0.3.tar.gz"
|
||||
MD5SUM="6245109612aadb574ebfe6162d27064e"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/77/bf/5d7664605c91db8f39a3e49abb57a3c933731a90b7a58cdcafd4a9bcbe97/prompt_toolkit-2.0.4.tar.gz"
|
||||
MD5SUM="8db8b8e40e91bc6dce133d8d5727a717"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wcwidth six"
|
||||
|
|
Loading…
Reference in a new issue