diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index 6fe0d81d8..34654eb78 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -5,7 +5,7 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=3.0.5 +pkgver=3.0.6 pkgrel=1 pkgdesc="JupyterLab computational environment" arch=(any) @@ -15,7 +15,7 @@ makedepends=(python-setuptools python-jupyter_packaging) depends=(python-jupyterlab_server jupyter-nbclassic nodejs) optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support') source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('ea75d43d9a054e9192b78ae1eefa72270818d1d787ec21f19db1a92d5cc8db35') +sha256sums=('50a5344b7aee8ee420947698061ee26163a351f16409925c6d6ed9dc13fa9a48') build() { cd $pkgname-$pkgver