extra/jupyterlab to 4.0.10-1

This commit is contained in:
Kevin Mihelich 2024-01-06 00:53:19 +00:00
parent 244f871cdb
commit e7fb3f7f03
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
pkgver = 4.0.9
pkgver = 4.0.10
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.9.tar.gz
sha256sums = 9ebada41d52651f623c0c9f069ddb8a21d6848e4c887d8e5ddc0613166ed5c0b
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.0.10.tar.gz
sha256sums = 46177eb8ede70dc73be922ac99f8ef943bdc2dfbc6a31b353c4bde848a35dee1
pkgname = jupyterlab

View file

@ -5,7 +5,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=4.0.9
pkgver=4.0.10
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=('9ebada41d52651f623c0c9f069ddb8a21d6848e4c887d8e5ddc0613166ed5c0b')
sha256sums=('46177eb8ede70dc73be922ac99f8ef943bdc2dfbc6a31b353c4bde848a35dee1')
build() {
cd $pkgname-$pkgver