[arch-commits] Commit in jupyter-server/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jun 24 20:29:30 UTC 2021
Date: Thursday, June 24, 2021 @ 20:29:29
Author: arojas
Revision: 967213
Update to 1.9.0
Modified:
jupyter-server/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-24 19:05:58 UTC (rev 967212)
+++ PKGBUILD 2021-06-24 20:29:29 UTC (rev 967213)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=jupyter-server
-pkgver=1.8.0
+pkgver=1.9.0
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=('8f0c75e0a577536125ad62a442ebb7cf02746f1a69d907e8a273c6225d281237')
+sha256sums=('7d19006380f6217458a9db309b54e3dab87ced6c06329c61823907bef2a6f51b')
build() {
cd ${pkgname/-/_}-$pkgver
More information about the arch-commits
mailing list