Date: Thursday, February 2, 2023 @ 21:39:25 Author: arojas Revision: 1392023
upgpkg: jupyter-server 2.2.1-1: Update to 2.2.1 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-02 20:57:37 UTC (rev 1392022) +++ PKGBUILD 2023-02-02 21:39:25 UTC (rev 1392023) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=2.2.0 +pkgver=2.2.1 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=('f901efcb4adce2370c64dc5942be587bd181119644660a1eb123435c3cd01f95') +sha256sums=('5afb8a0cdfee37d02d69bdf470ae9cbb1dee5d4788f9bc6cc8e54bd8c83fb096') build() { cd ${pkgname/-/_}-$pkgver
