diff options
Diffstat (limited to 'development')
-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 42bff6e643e28..790dbd8cb1547 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 ef3a5d8a732c3..4e7f8f208da2c 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" |