Date: Wednesday, March 16, 2022 @ 21:17:00 Author: arojas Revision: 1155976
Update to 1.15.6 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-16 21:16:28 UTC (rev 1155975) +++ PKGBUILD 2022-03-16 21:17:00 UTC (rev 1155976) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=1.15.5 +pkgver=1.15.6 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=('01b3f05cda404612e7366f491cfed39b49bdbf07e16d9d073f404c60dd0d199d') +sha256sums=('56bd6f580d1f46b62294990e8e78651025729f5d3fc798f10f2c03f0cdcbf28d') build() { cd ${pkgname/-/_}-$pkgver
