extra/jupyterlab to 4.0.8-1

This commit is contained in:
Kevin Mihelich 2023-11-03 00:12:09 +00:00
parent 07c9dbeda6
commit d51da13845
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
pkgver = 4.0.7
pkgver = 4.0.8
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
@ -26,7 +26,7 @@ pkgbase = jupyterlab
optdepends = jupyter-collaboration: collaborative mode
optdepends = jupyterlab-widgets: ipywidgets support
optdepends = npm: to install extensions
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.0.7.tar.gz
sha256sums = 48792efd9f962b2bcda1f87d72168ff122c288b1d97d32109e4a11b33dc862be
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.0.8.tar.gz
sha256sums = c4fe93f977bcc987bd395d7fae5ab02e0c042bf4e0f7c95196f3e2e578c2fb3a
pkgname = jupyterlab

View file

@ -5,7 +5,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=4.0.7
pkgver=4.0.8
pkgrel=1
pkgdesc='JupyterLab computational environment'
arch=(any)
@ -33,7 +33,7 @@ checkdepends=(npm
python-pytest-jupyter
python-pytest-tornasync)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('48792efd9f962b2bcda1f87d72168ff122c288b1d97d32109e4a11b33dc862be')
sha256sums=('c4fe93f977bcc987bd395d7fae5ab02e0c042bf4e0f7c95196f3e2e578c2fb3a')
build() {
cd $pkgname-$pkgver