development/jupyter-nbdime: Updated for version 1.1.0.

This commit is contained in:
Benjamin Trigona-Harany 2019-08-09 15:29:12 -07:00 committed by Willy Sudiarto Raharjo
parent ac6057975a
commit 47ccb2afe8
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.7}
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-nbdime"
VERSION="1.0.7"
VERSION="1.1.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-1.0.7.tar.gz"
MD5SUM="1bb5fc5e64e6fdfe035d7f5cffecc574"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-1.1.0.tar.gz"
MD5SUM="ec2ac3f2ac53768730569d4cd8706539"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama GitPython jupyter-notebook python-requests python3-gitdb2"