[arch-commits] Commit in jupyter-server/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Jul 22 20:26:36 UTC 2021
Date: Thursday, July 22, 2021 @ 20:26:36
Author: arojas
Revision: 984054
Update to 1.10.0
Modified:
jupyter-server/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-22 20:11:14 UTC (rev 984053)
+++ PKGBUILD 2021-07-22 20:26:36 UTC (rev 984054)
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=jupyter-server
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila'
arch=(any)
url='https://jupyter.org/'
@@ -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=('7d19006380f6217458a9db309b54e3dab87ced6c06329c61823907bef2a6f51b')
+sha256sums=('5c954876b1e82458cf8d48e6ad0dd4db70190df28902eb4b5257e9813a4c3832')
build() {
cd ${pkgname/-/_}-$pkgver
More information about the arch-commits
mailing list