From 039a99fb00091582d61eb348be74e9e0a1708bc2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 2 Feb 2021 20:06:43 +0000 Subject: [PATCH] community/jupyterlab to 3.0.7-1 --- community/jupyterlab/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index 34654eb78..35319b8c0 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -5,7 +5,7 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=3.0.6 +pkgver=3.0.7 pkgrel=1 pkgdesc="JupyterLab computational environment" arch=(any) @@ -15,7 +15,7 @@ makedepends=(python-setuptools python-jupyter_packaging) depends=(python-jupyterlab_server 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=('50a5344b7aee8ee420947698061ee26163a351f16409925c6d6ed9dc13fa9a48') +sha256sums=('1d531765932f95bf756c088867714efe75bd906e332c0375178f1d905d0ccccf') build() { cd $pkgname-$pkgver