From b98256d0c21ebac8dbe4769fe4af4f744fab2ae2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 10 Mar 2022 14:19:40 +0000 Subject: [PATCH] community/jupyterlab to 3.3.1-1 --- community/jupyterlab/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index e2a7f1b81..eadda8e86 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -5,7 +5,7 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=3.3.0 +pkgver=3.3.1 pkgrel=1 pkgdesc='JupyterLab computational environment' arch=(any) @@ -15,7 +15,7 @@ makedepends=(python-build python-installer) depends=(python-jupyterlab_server python-jupyter_packaging 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=('c7a1997bebf5487f8c17587f519039125014d122cdd5d60beffad4b266da330f') +sha256sums=('ce482799379c70aa87e63b59e2c5379779ce18658b92460cd20bb44154865973') build() { cd $pkgname-$pkgver