mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
development/jupyter-nbdime: Updated for version 1.0.0.
This commit is contained in:
parent
03dde03871
commit
84b3e55c7e
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue