From a98e14219592e90fc2ffe8c92f1ebde6d563e78d Mon Sep 17 00:00:00 2001
From: David Beauchamp <david@archlinuxarm.org>
Date: Wed, 22 Sep 2021 13:36:52 -0400
Subject: [PATCH] community/jupyterlab to 3.1.13-1

---
 community/jupyterlab/PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD
index 676f42b69..10abd12b4 100644
--- a/community/jupyterlab/PKGBUILD
+++ b/community/jupyterlab/PKGBUILD
@@ -5,7 +5,7 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=3.1.12
+pkgver=3.1.13
 pkgrel=1
 pkgdesc='JupyterLab computational environment'
 arch=(any)
@@ -15,7 +15,7 @@ makedepends=(python-setuptools)
 depends=(python-jupyterlab_server python-jupyter_packaging 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=('d16d244b09ff6c101672637101313263bfd76d4c057bfe79a401fea54e1be0e9')
+sha256sums=('48a6214ba8310d8bdb3eb6bac8eedf449c77d1bbb6f81b586267c158ad00b899')
 
 build() {
   cd $pkgname-$pkgver