diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-10-03 23:11:42 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-05 23:00:50 +0200 |
commit | dd3ae278b816aea858c5207c204b4f41c13b3923 (patch) | |
tree | 3a38c3e7a5c7bfadf98e5d4f9f716ea0de8a58d7 /package/python-prompt-toolkit/python-prompt-toolkit.mk | |
parent | f39c415576c5a178b2d4cca6ef518922278eb004 (diff) | |
download | buildroot-dd3ae278b816aea858c5207c204b4f41c13b3923.tar.gz buildroot-dd3ae278b816aea858c5207c204b4f41c13b3923.zip |
package/python-prompt-toolkit: bump version to 1.0.7
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-prompt-toolkit/python-prompt-toolkit.mk')
-rw-r--r-- | package/python-prompt-toolkit/python-prompt-toolkit.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-prompt-toolkit/python-prompt-toolkit.mk b/package/python-prompt-toolkit/python-prompt-toolkit.mk index 634f20eaa2..7e85dcd221 100644 --- a/package/python-prompt-toolkit/python-prompt-toolkit.mk +++ b/package/python-prompt-toolkit/python-prompt-toolkit.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_PROMPT_TOOLKIT_VERSION = 1.0.3 +PYTHON_PROMPT_TOOLKIT_VERSION = 1.0.7 PYTHON_PROMPT_TOOLKIT_SOURCE = prompt_toolkit-$(PYTHON_PROMPT_TOOLKIT_VERSION).tar.gz -PYTHON_PROMPT_TOOLKIT_SITE = https://pypi.python.org/packages/8d/de/412f23919929c01e6b55183e124623f705e4b91796d3d2dce2cb53d595ad +PYTHON_PROMPT_TOOLKIT_SITE = https://pypi.python.org/packages/dd/55/2fb4883d2b21d072204fd21ca5e6040faa253135554590d0b67380669176 PYTHON_PROMPT_TOOLKIT_SETUP_TYPE = setuptools PYTHON_PROMPT_TOOLKIT_LICENSE = BSD-3c PYTHON_PROMPT_TOOLKIT_LICENSE_FILES = LICENSE |