Date: Wednesday, June 8, 2022 @ 07:03:03 Author: arojas Revision: 1228733
Update to 1.17.1 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-08 06:02:20 UTC (rev 1228732) +++ PKGBUILD 2022-06-08 07:03:03 UTC (rev 1228733) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=1.17.0 +pkgver=1.17.1 pkgrel=1 pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila' arch=(any) @@ -13,7 +13,7 @@ checkdepends=(python-pytest-tornasync python-pytest-console-scripts) optdepends=('jupyter-server-mathjax: to use local MathJax') source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz) -sha256sums=('7b3aa524790ab0da64f06dfe0b2af149d0a3f59aad71fdedcf1d8bae6508018c') +sha256sums=('a36781656645ae17b12819a49ace377c045bf633823b3e4cd4b0c88c01e7711b') build() { cd ${pkgname/-/_}-$pkgver
