development/jupyter-nbdime: Updated for version 1.0.4.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-12-18 06:28:22 -08:00 committed by Willy Sudiarto Raharjo
parent b6ddf9b676
commit ab06b43338
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
PRGNAM="jupyter-nbdime"
VERSION="1.0.3"
VERSION="1.0.4"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-1.0.3.tar.gz"
MD5SUM="cfa0b64dc23d003e9155953b73b60d23"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-1.0.4.tar.gz"
MD5SUM="05adadfe7f859a32f5a49505265b9887"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama functools-lru-cache GitPython jupyter-notebook python-requests shutil_which"