mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/ipython: Upgraded for version 5.8.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
4463954e12
commit
fde65389da
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ipython
|
||||
VERSION=${VERSION:-5.7.0}
|
||||
VERSION=${VERSION:-5.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ipython"
|
||||
VERSION="5.7.0"
|
||||
VERSION="5.8.0"
|
||||
HOMEPAGE="http://ipython.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-5.7.0.tar.gz"
|
||||
MD5SUM="ccf4f85bab1b086a439c1f9256e30c9a"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-5.8.0.tar.gz"
|
||||
MD5SUM="7014b8824981eef2cb893ea5398d6b8d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="decorator jedi pexpect pickleshare prompt_toolkit1 Pygments shutil_get_terminal_size simplegeneric traitlets"
|
||||
|
|
Loading…
Reference in a new issue