diff options
Diffstat (limited to 'development/jupyter-notebook')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index 562750962b..54207dde2e 100644 --- a/development/jupyter-notebook/jupyter-notebook.SlackBuild +++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-notebook -VERSION=${VERSION:-7.4.4} +VERSION=${VERSION:-7.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index db803d886c..3deb5bd894 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="7.4.4" +VERSION="7.4.5" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-7.4.4.tar.gz" -MD5SUM="3a15ab6b8e8b8bff6429b4e91ee13475" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-7.4.5.tar.gz" +MD5SUM="802b469e8723a5286217444edd196e71" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyterlab" |