diff options
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild index 38d08641a1981..b80589a0db780 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild +++ b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbconvert VERSION=${VERSION:-7.4.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.info b/development/jupyter-nbconvert/jupyter-nbconvert.info index cbcfc15569e5b..988cad7c85b2c 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.info +++ b/development/jupyter-nbconvert/jupyter-nbconvert.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7 MD5SUM="e46ba33473d3ea87ae3dabbb981cfe56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python3-hatchling" +REQUIRES="python3-bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python3-hatchling" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |