mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/prompt_toolkit: Updated for version 0.37.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
961d778f99
commit
882d3c612f
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=prompt_toolkit
|
PRGNAM=prompt_toolkit
|
||||||
VERSION=${VERSION:-0.35}
|
VERSION=${VERSION:-0.37}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="prompt_toolkit"
|
PRGNAM="prompt_toolkit"
|
||||||
VERSION="0.35"
|
VERSION="0.37"
|
||||||
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
|
HOMEPAGE="https://github.com/jonathanslenders/python-prompt-toolkit"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.35.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/p/prompt_toolkit/prompt_toolkit-0.37.tar.gz"
|
||||||
MD5SUM="bc7a42cd44dca37f4b06d7f2d57a19c7"
|
MD5SUM="c62ee0b852b8d61faa4992a65a99ccae"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="wcwidth Pygments six"
|
REQUIRES="wcwidth Pygments six"
|
||||||
|
|
Loading…
Reference in a new issue