diff --git a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild index 4f156ae803..b903ed33ed 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild +++ b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for jupyter-nbformat # Copyright 2017-2021 Benjamin Trigona-Harany -# Copyright 2022-2023 Isaac Yu +# Copyright 2022-2024 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbformat -VERSION=${VERSION:-5.9.0} +VERSION=${VERSION:-5.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-nbformat/jupyter-nbformat.info b/development/jupyter-nbformat/jupyter-nbformat.info index 84bbf041e4..8cd761a0f9 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.info +++ b/development/jupyter-nbformat/jupyter-nbformat.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbformat" -VERSION="5.9.0" +VERSION="5.9.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.9.0.tar.gz" -MD5SUM="22f2d4fdf3da7e975a709067ffe5446a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.9.2.tar.gz" +MD5SUM="091fcdb13305ad00e92f5bb3fb86d2fd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version"