Date: Monday, March 6, 2023 @ 20:40:23 Author: arojas Revision: 1416182
upgpkg: jupyter-server 2.4.0-1: Update to 2.4.0 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-06 20:04:31 UTC (rev 1416181) +++ PKGBUILD 2023-03-06 20:40:23 UTC (rev 1416182) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=2.3.0 +pkgver=2.4.0 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 python-pytest-jupyter) optdepends=('jupyter-server-mathjax: to use local MathJax') source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz) -sha256sums=('29d6657bfb160b0e39b9030d67f33f918a188f2eba28065314a933b327fef872') +sha256sums=('f31f0ba2c3c44f07143bfa03fb07dd0253f857eb63f0c26f2fea955f04a49765') build() { cd ${pkgname/-/_}-$pkgver
