From 6c17daec296e121162fb977677a1a8709171acf0 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 27 Jul 2020 14:18:48 +0000 Subject: [PATCH] community/jupyterlab to 2.2.1-1 --- community/jupyterlab/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index 1bf887faf..7038ce39e 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -5,7 +5,7 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=2.2.0 +pkgver=2.2.1 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=('c76f27475374b11634ee1616da14d3dd22be04bc604057858ae878df20e40f7e') +sha256sums=('213f3beb86dd0b628ff08e665312e776be68a1b39f1e6409d210ad24ca8aaef4') prepare() { cd $pkgname-$pkgver