diff options
Diffstat (limited to 'development')
-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 ef4494b8e6..09dab2fae1 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.17.0} +VERSION=${VERSION:-6.17.1} 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 1b8c96721e..0e08c5d306 100644 --- a/development/jupyter-ipykernel/jupyter-ipykernel.info +++ b/development/jupyter-ipykernel/jupyter-ipykernel.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-ipykernel" -VERSION="6.17.0" +VERSION="6.17.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.17.0.tar.gz" -MD5SUM="33523f94108f6c8ea1955220603f39cc" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.17.1.tar.gz" +MD5SUM="d656e4c500fa8e0690f6cf40dcb8bb34" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="debugpy ipython jupyter_client psutil python3-hatchling" |