diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-30 14:50:01 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:16 +0700 |
commit | 83aeaf83b1bd8ad7038e0e178352f6f25769a28c (patch) | |
tree | b23e6424d971f9469011076af2372c8b2f81301a /development/jupyter-nbformat | |
parent | c6cd94de29c82b5f18264c0796c60ed0083d6a9b (diff) | |
download | slackbuilds-83aeaf83b1bd8ad7038e0e178352f6f25769a28c.tar.gz |
development/jupyter-nbformat: Updated for version 5.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbformat')
-rw-r--r-- | development/jupyter-nbformat/jupyter-nbformat.SlackBuild | 6 | ||||
-rw-r--r-- | development/jupyter-nbformat/jupyter-nbformat.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild index 42bff6e643..790dbd8cb1 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild +++ b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-nbformat -# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jupyter-nbformat -VERSION=${VERSION:-4.4.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.0.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=nbformat diff --git a/development/jupyter-nbformat/jupyter-nbformat.info b/development/jupyter-nbformat/jupyter-nbformat.info index ef3a5d8a73..4e7f8f208d 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.info +++ b/development/jupyter-nbformat/jupyter-nbformat.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbformat" -VERSION="4.4.0" +VERSION="5.0.6" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-4.4.0.tar.gz" -MD5SUM="2d5f873138d9fbc2a3f9eaaebca3b8a1" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.0.6.tar.gz" +MD5SUM="0022139ea28dae564703cbf35f551842" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonschema traitlets" |