extra/jupyterlab to 4.1.4-1

This commit is contained in:
Kevin Mihelich 2024-03-08 00:56:12 +00:00
parent b7483f3e43
commit 0018ffd724
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = jupyterlab pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment pkgdesc = JupyterLab computational environment
pkgver = 4.1.3 pkgver = 4.1.4
pkgrel = 1 pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab url = https://github.com/jupyterlab/jupyterlab
arch = any arch = any
@ -27,7 +27,7 @@ pkgbase = jupyterlab
optdepends = jupyter-collaboration: collaborative mode optdepends = jupyter-collaboration: collaborative mode
optdepends = jupyterlab-widgets: ipywidgets support optdepends = jupyterlab-widgets: ipywidgets support
optdepends = npm: to install extensions optdepends = npm: to install extensions
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.3.tar.gz source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.4.tar.gz
sha256sums = b85bd8766f995d23461e1f68a0cbc688d23e0af2b6f42a7768fc7b1826b2ec39 sha256sums = e03c82c124ad8a0892e498b9dde79c50868b2c267819aca3f55ce47c57ebeb1d
pkgname = jupyterlab pkgname = jupyterlab

View file

@ -5,7 +5,7 @@
pkgname=jupyterlab pkgname=jupyterlab
_pipname=jupyterlab _pipname=jupyterlab
pkgver=4.1.3 pkgver=4.1.4
pkgrel=1 pkgrel=1
pkgdesc='JupyterLab computational environment' pkgdesc='JupyterLab computational environment'
arch=(any) arch=(any)
@ -34,7 +34,7 @@ checkdepends=(npm
python-pytest-jupyter python-pytest-jupyter
python-pytest-tornasync) python-pytest-tornasync)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('b85bd8766f995d23461e1f68a0cbc688d23e0af2b6f42a7768fc7b1826b2ec39') sha256sums=('e03c82c124ad8a0892e498b9dde79c50868b2c267819aca3f55ce47c57ebeb1d')
build() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver