Browse Source

development/jupyterlab_server: Update for 2.27.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
Isaac Yu 4 months ago
committed by Willy Sudiarto Raharjo
parent
commit
8937364d3a
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      development/jupyterlab_server/jupyterlab_server.SlackBuild
  2. 6
      development/jupyterlab_server/jupyterlab_server.info

4
development/jupyterlab_server/jupyterlab_server.SlackBuild

@ -2,7 +2,7 @@
# Slackware build script for jupyterlab_server
# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com>
# Copyright 2022-2025 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyterlab_server
VERSION=${VERSION:-2.22.1}
VERSION=${VERSION:-2.27.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

6
development/jupyterlab_server/jupyterlab_server.info

@ -1,8 +1,8 @@
PRGNAM="jupyterlab_server"
VERSION="2.22.1"
VERSION="2.27.3"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jupyterlab_server-2.22.1.tar.gz"
MD5SUM="4710223d462c8e6b3ca1a933a9c64dfb"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jupyterlab_server-2.27.3.tar.gz"
MD5SUM="9fd7ee10e2d0b567ab5653863ec300ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter_server python3-babel python3-json5"

Loading…
Cancel
Save