diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-02 03:40:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-03 08:48:28 +0700 |
commit | 610e5bbbc76d6ddceb22bbaf52221c201977ab36 (patch) | |
tree | 0b2cacf02ff933fce2cbdff05918962bf5978ef8 | |
parent | b39629877f9245d854b5beab98d73d6c044bcb4a (diff) | |
download | slackbuilds-610e5bbbc76d6ddceb22bbaf52221c201977ab36.tar.gz |
development/jupyter-nbformat: Updated for version 5.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 8df3492843..69348a49bf 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild +++ b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jupyter-nbformat -VERSION=${VERSION:-5.0.8} +VERSION=${VERSION:-5.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-nbformat/jupyter-nbformat.info b/development/jupyter-nbformat/jupyter-nbformat.info index 5b638f64d4..08c8164320 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.info +++ b/development/jupyter-nbformat/jupyter-nbformat.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbformat" -VERSION="5.0.8" +VERSION="5.1.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.0.8.tar.gz" -MD5SUM="f42f65d94a7ef203844a1924d29b5544" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.1.2.tar.gz" +MD5SUM="68cb29a79bce79762e7d11e8346d12cd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonschema traitlets" |