diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter_server/jupyter_server.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter_server/jupyter_server.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter_server/jupyter_server.SlackBuild b/development/jupyter_server/jupyter_server.SlackBuild index 044a5ce26b..142418af74 100644 --- a/development/jupyter_server/jupyter_server.SlackBuild +++ b/development/jupyter_server/jupyter_server.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_server -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter_server/jupyter_server.info b/development/jupyter_server/jupyter_server.info index 568fa31e07..046b9645e0 100644 --- a/development/jupyter_server/jupyter_server.info +++ b/development/jupyter_server/jupyter_server.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_server" -VERSION="2.1.0" +VERSION="2.2.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-2.1.0.tar.gz" -MD5SUM="80cd0ca7e8b0f6e6f3c5fd702bff9bab" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-2.2.1.tar.gz" +MD5SUM="819787cf2ffdd040145d351eaf692de0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="argon2-cffi jsonpointer jupyter_events jupyter-nbconvert jupyter_packaging jupyter_server_terminals python3-anyio python3-hatch_jupyter_builder python3-prometheus_client python3-requests-unixsocket send2trash python3-fqdn python3-isoduration python3-uri_template python3-webcolors python3-websocket-client" |