diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-03-09 17:08:59 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:58 +0700 |
commit | 84d02729054e8946dc149ff5b8b5dea554f14127 (patch) | |
tree | cd318aa3c8ab8c564c766f6ddb4e10b6ff4a0fc9 /development/jupyter-nbformat | |
parent | da729ad22e010360bcd84ab22fd4ec96925b49a8 (diff) | |
download | slackbuilds-84d02729054e8946dc149ff5b8b5dea554f14127.tar.gz |
development/jupyter-nbformat: Updated for version 4.3.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development/jupyter-nbformat')
-rw-r--r-- | development/jupyter-nbformat/jupyter-nbformat.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-nbformat/jupyter-nbformat.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild index f7aedfb9a7..c3032b3a7d 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild +++ b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=nbformat PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-4.2.0} +VERSION=${VERSION:-4.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-nbformat/jupyter-nbformat.info b/development/jupyter-nbformat/jupyter-nbformat.info index 47ff272d77..f6e6b04d3a 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.info +++ b/development/jupyter-nbformat/jupyter-nbformat.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbformat" -VERSION="4.2.0" +VERSION="4.3.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://pypi.python.org/packages/81/63/5cb425bfa9cff370a740c8d6fd26f17c7db152c1877aca3e7671ecfa8ce3/nbformat-4.2.0.tar.gz" -MD5SUM="f90f24d317b651226a6b547fa69d8da4" +DOWNLOAD="https://pypi.python.org/packages/f9/c5/89df4abf906f766727f976e170caa85b4f1c1d1feb1f45d716016e68e19f/nbformat-4.3.0.tar.gz" +MD5SUM="9a00d20425914cd5ba5f97769d9963ca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jsonschema traitlets" |