Date: Saturday, January 9, 2021 @ 09:18:52 Author: arojas Revision: 815252
Update to 2.1.1 Modified: python-jupyterlab_server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-09 09:15:52 UTC (rev 815251) +++ PKGBUILD 2021-01-09 09:18:52 UTC (rev 815252) @@ -3,7 +3,7 @@ _pipname=jupyterlab_server pkgname=python-$_pipname -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 pkgdesc="Launch an application built using JupyterLab" arch=(any) @@ -14,7 +14,7 @@ conflicts=(jupyterlab_server) replaces=(jupyterlab_server) source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('990e59bef1b7545c1adb4aacbdde441f1ff29fea017b117c7a383039f31ec92d') +sha256sums=('67bfd4acfef24cf94e3dc0971cf6fa0eee13cc84ee47cdcd704257a0975b22ad') build() { cd $_pipname-$pkgver
