Date: Wednesday, July 6, 2022 @ 06:37:16 Author: arojas Revision: 1246686
Update to 2.15.0 Modified: python-jupyterlab_server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-06 06:34:01 UTC (rev 1246685) +++ PKGBUILD 2022-07-06 06:37:16 UTC (rev 1246686) @@ -3,7 +3,7 @@ _pipname=jupyterlab_server pkgname=python-$_pipname -pkgver=2.14.0 +pkgver=2.15.0 pkgrel=1 pkgdesc='Launch an application built using JupyterLab' arch=(any) @@ -16,7 +16,7 @@ conflicts=(jupyterlab_server) replaces=(jupyterlab_server) source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('b04eaf68fe1ef96f70dd38b256417abe0b6ba1a07dd8ca0c97da5b0ebade57ec') +sha256sums=('a91c515e0e7971a8f7c3c9834b748857f7dac502f93604bf283987991fd987ef') build() { cd $_pipname-$pkgver
