diff options
-rw-r--r-- | development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-ipykernel/jupyter-ipykernel.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild index 88cd91fe0070..eaa2350030eb 100644 --- a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild +++ b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-ipykernel -VERSION=${VERSION:-6.29.0} +VERSION=${VERSION:-6.29.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.info b/development/jupyter-ipykernel/jupyter-ipykernel.info index 8f95f298c014..ceb9da12dfeb 100644 --- a/development/jupyter-ipykernel/jupyter-ipykernel.info +++ b/development/jupyter-ipykernel/jupyter-ipykernel.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-ipykernel" -VERSION="6.29.0" +VERSION="6.29.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.29.0.tar.gz" -MD5SUM="5fc2e6b5bee9eaab5f926111e7850cb0" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.29.2.tar.gz" +MD5SUM="16f3ec14f1ec6ae282ba35efad800e7e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-debugpy ipython jupyter_client python3-psutil python3-comm" |