[arch-commits] Commit in jupyter-server/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jul 23 14:29:51 UTC 2021
Date: Friday, July 23, 2021 @ 14:29:50
Author: arojas
Revision: 984513
Update to 1.10.1
Modified:
jupyter-server/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-23 14:25:30 UTC (rev 984512)
+++ PKGBUILD 2021-07-23 14:29:50 UTC (rev 984513)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=jupyter-server
-pkgver=1.10.0
+pkgver=1.10.1
pkgrel=1
pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila'
arch=(any)
@@ -12,7 +12,7 @@
makedepends=(python-setuptools)
optdepends=('jupyter-server-mathjax: to use local MathJax')
source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
-sha256sums=('5c954876b1e82458cf8d48e6ad0dd4db70190df28902eb4b5257e9813a4c3832')
+sha256sums=('fe6b589bd8d8fe08f608e90ce7da1e6bbfd020d99897453b45149a7853e9188f')
build() {
cd ${pkgname/-/_}-$pkgver
More information about the arch-commits
mailing list