Date: Tuesday, December 20, 2022 @ 16:49:40 Author: arojas Revision: 1363760
upgpkg: jupyter-server 2.0.2-1: Update to 2.0.2 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-20 15:39:48 UTC (rev 1363759) +++ PKGBUILD 2022-12-20 16:49:40 UTC (rev 1363760) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila' arch=(any) @@ -14,7 +14,7 @@ checkdepends=(python-pytest-tornasync python-pytest-console-scripts python-pytest-timeout) optdepends=('jupyter-server-mathjax: to use local MathJax') source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz) -sha256sums=('6e71268380ad7e4f2d9dda2f3e51a4fd4d1997b5390d5acdb74c7a195cfe4c00') +sha256sums=('9de034fd229ab2c78815615deab45cb80897f35e10feabfb45b10628909affa8') build() { cd ${pkgname/-/_}-$pkgver
