From 26e92252962d25912d09a2af491c36f0b06359bb Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 9 Sep 2020 13:44:34 +0000 Subject: [PATCH] community/jupyterlab to 2.2.7-1 --- community/jupyterlab/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index b7acbee12..32098a696 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -5,7 +5,7 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=2.2.6 +pkgver=2.2.7 pkgrel=1 pkgdesc="JupyterLab computational environment" arch=(any) @@ -15,7 +15,7 @@ makedepends=(python-setuptools) depends=(jupyterlab_server nodejs) optdepends=('npm: to install extensions') source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('6554b022d2cd120100e165ec537c6511d70de7f89e253b3c667ea28f2a9263ff') +sha256sums=('a72ffd0d919cba03a5ef8422bc92c3332a957ff97b0490494209c83ad93826da') build() { cd $pkgname-$pkgver