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 ca2970bbaadd..14356550259b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-jupyter_kernel_gateway
pkgdesc = A web server for spawning and communicating with Jupyter kernels
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/jupyter/kernel_gateway
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-jupyter_kernel_gateway
depends = python-traitlets
depends = python-tornado
depends = python-requests
- source = python-jupyter_kernel_gateway-2.3.0.tar.gz::https://github.com/jupyter/kernel_gateway/archive/2.3.0.tar.gz
- sha256sums = d6cc1d10b73a620c2990676cea3ace0cdc98a9751724287bddc7ccac0d452b97
+ source = python-jupyter_kernel_gateway-2.4.0.tar.gz::https://github.com/jupyter/kernel_gateway/archive/2.4.0.tar.gz
+ sha256sums = fa05b5cc231ad4eaf0b57adfa2f7e41cf409728492aa55272bf9c70725905018
pkgname = python-jupyter_kernel_gateway
diff --git a/PKGBUILD b/PKGBUILD
index 8731064d074f..fa5c1ddc5615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="kernel_gateway"
pkgname="python-jupyter_$_pkgname"
-pkgver=2.3.0
+pkgver=2.4.0
pkgrel=1
pkgdesc="A web server for spawning and communicating with Jupyter kernels"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python')
depends=('python' 'python-jupyter_core' 'python-jupyter_client' 'jupyter-notebook'
'python-traitlets' 'python-tornado' 'python-requests')
source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyter/kernel_gateway/archive/$pkgver.tar.gz")
-sha256sums=('d6cc1d10b73a620c2990676cea3ace0cdc98a9751724287bddc7ccac0d452b97')
+sha256sums=('fa05b5cc231ad4eaf0b57adfa2f7e41cf409728492aa55272bf9c70725905018')
build() {
cd $_pkgname-$pkgver