mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/jupyter-nbformat: Updated for version 4.4.0.
This commit is contained in:
parent
37357bc4df
commit
e87a6f65eb
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=nbformat
|
||||
PRGNAM=jupyter-$SRCNAM
|
||||
VERSION=${VERSION:-4.3.0}
|
||||
VERSION=${VERSION:-4.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-nbformat"
|
||||
VERSION="4.3.0"
|
||||
VERSION="4.4.0"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/f9/c5/89df4abf906f766727f976e170caa85b4f1c1d1feb1f45d716016e68e19f/nbformat-4.3.0.tar.gz"
|
||||
MD5SUM="9a00d20425914cd5ba5f97769d9963ca"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-4.4.0.tar.gz"
|
||||
MD5SUM="2d5f873138d9fbc2a3f9eaaebca3b8a1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jsonschema traitlets"
|
||||
|
|
Loading…
Reference in a new issue