summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c870063ec3b4..decfd4542782 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 0.34.10
+ pkgver = 0.34.12
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
@@ -8,8 +8,8 @@ pkgbase = jupyterlab
makedepends = python-setuptools
makedepends = nodejs
depends = jupyterlab_launcher
- source = jupyterlab-0.34.10.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.34.10.tar.gz
- sha256sums = 214d909dca98df69baac50bcbbd3491beb4bc4e7bc0aec5a1f36d3a5716e710c
+ source = jupyterlab-0.34.12.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.34.12.tar.gz
+ sha256sums = 6b2fee04fa8852acf7d2cf20100b4cac4afc50dbaaa92ebb44acf79c353a2bfd
pkgname = jupyterlab
diff --git a/PKGBUILD b/PKGBUILD
index 3cf464471e28..6027f228c8f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=jupyterlab
-pkgver=0.34.10
+pkgver=0.34.12
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
@@ -8,7 +8,7 @@ license=(custom)
makedepends=('python-setuptools' 'nodejs')
depends=('jupyterlab_launcher')
source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz")
-sha256sums=('214d909dca98df69baac50bcbbd3491beb4bc4e7bc0aec5a1f36d3a5716e710c')
+sha256sums=('6b2fee04fa8852acf7d2cf20100b4cac4afc50dbaaa92ebb44acf79c353a2bfd')
build() {
cd $pkgname-$pkgver