diff options
Diffstat (limited to 'python/prompt_toolkit')
-rw-r--r-- | python/prompt_toolkit/prompt_toolkit.SlackBuild | 2 | ||||
-rw-r--r-- | python/prompt_toolkit/prompt_toolkit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/prompt_toolkit/prompt_toolkit.SlackBuild b/python/prompt_toolkit/prompt_toolkit.SlackBuild index ca464d6d48..12261cad43 100644 --- a/python/prompt_toolkit/prompt_toolkit.SlackBuild +++ b/python/prompt_toolkit/prompt_toolkit.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=prompt_toolkit -VERSION=${VERSION:-0.35} +VERSION=${VERSION:-0.37} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/prompt_toolkit/prompt_toolkit.info b/python/prompt_toolkit/prompt_toolkit.info index 886d50b029..e1e9e69a12 100644 --- a/python/prompt_toolkit/prompt_toolkit.info +++ b/python/prompt_toolkit/prompt_toolkit.info @@ -1,8 +1,8 @@ PRGNAM="prompt_toolkit" -VERSION="0.35" +VERSION="0.37" HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit" -DOWNLOAD="https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.35.tar.gz" -MD5SUM="bc7a42cd44dca37f4b06d7f2d57a19c7" +DOWNLOAD="https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.37.tar.gz" +MD5SUM="c62ee0b852b8d61faa4992a65a99ccae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wcwidth Pygments six" |