[arch-commits] Commit in jupyter-server/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Dec 9 19:47:12 UTC 2021
Date: Thursday, December 9, 2021 @ 19:47:12
Author: arojas
Revision: 1065876
Update to 1.13.1
Modified:
jupyter-server/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-09 19:42:32 UTC (rev 1065875)
+++ PKGBUILD 2021-12-09 19:47:12 UTC (rev 1065876)
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=jupyter-server
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.13.1
+pkgrel=1
pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila'
arch=(any)
url='https://jupyter.org/'
@@ -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=('05a96dfc5352adf70e88868b4ab3d1fc13e17bd84daf74d02cc6299098855fda')
+sha256sums=('6d70ebf8e789a7d0a5cd1588e078ccbbdca388dc2c74a6cd62b9ebb80609344f')
build() {
cd ${pkgname/-/_}-$pkgver
More information about the arch-commits
mailing list