summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ee6969f41d1..d87bd50350bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=metakernel
pkgname=jupyter-$_pkgname
-pkgver=0.24.2
+pkgver=0.24.3
pkgrel=1
pkgdesc="A Jupyter/IPython kernel template."
arch=('any')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('jupyter' 'ipython' 'python-pexpect')
makedepends=('python-setuptools')
source=("https://github.com/Calysto/metakernel/archive/v${pkgver}.tar.gz")
-sha256sums=('8e037a4a95494e70096266894614474038de31448e42ebe60168c8a4e44665f2')
+sha256sums=('f040be1e2da973f454148bb53c0949000db112d28b17d301037938777dbb0bca')
build() {
cd "$srcdir/$_pkgname-$pkgver"