Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyterlab
Commits:
9f3872fc by Antonio Rojas at 2025-04-22T21:53:51+02:00
upgpkg: 4.4.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 4.4.0
+ pkgver = 4.4.1
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
@@ -29,7 +29,7 @@ pkgbase = jupyterlab
optdepends = jupyterlab-lsp: LSP extension
optdepends = jupyterlab-widgets: ipywidgets support
optdepends = npm: to install extensions
- source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.4.0
- sha256sums =
9e43d00679a84df68f41e498c55c863ed2b48d8acba7cb0b9f7ec31f6abe0493
+ source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.4.1
+ sha256sums =
770b5b9b03a99ba99b023d1e8cf4e2d2cd7634666875fe5d65b2ed5eea20648d
pkgname = jupyterlab
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
-pkgver=4.4.0
+pkgver=4.4.1
pkgrel=1
pkgdesc='JupyterLab computational environment'
arch=(any)
@@ -33,7 +33,7 @@ checkdepends=(npm
python-pytest-jupyter
python-pytest-tornasync)
source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver)
-sha256sums=('9e43d00679a84df68f41e498c55c863ed2b48d8acba7cb0b9f7ec31f6abe0493')
+sha256sums=('770b5b9b03a99ba99b023d1e8cf4e2d2cd7634666875fe5d65b2ed5eea20648d')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/9f3872fce0c30fd857e9aeba42837d57d71d4a03
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/9f3872fce0c30fd857e9aeba42837d57d71d4a03
You're receiving this email because of your account on gitlab.archlinux.org.