development/jupyter-nbdime: Updated for version 1.0.0.

This commit is contained in:
Benjamin Trigona-Harany 2018-05-15 14:26:09 -07:00 committed by David Spencer
parent 03dde03871
commit 84b3e55c7e
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
SRCNAM=nbdime
PRGNAM=jupyter-$SRCNAM
VERSION=${VERSION:-0.4.1}
VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-nbdime"
VERSION="0.4.1"
VERSION="1.0.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-0.4.1.tar.gz"
MD5SUM="58df7ec87079533745ccf7237918f8a5"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-1.0.0.tar.gz"
MD5SUM="2a3c96c6788d3ac1076ee869a6d0ac78"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama functools-lru-cache GitPython jupyter-notebook python-requests shutil_which"