summaryrefslogtreecommitdiff
path: root/jupyterhub
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-01-11 09:42:58 +0100
committerErich Eckner <git@eckner.net>2017-01-11 16:04:08 +0100
commit9fafb1ca738853cffe5866d37a522bd9004da9c8 (patch)
tree33d0b79a7817295d44abe4dda7eb5787734a533b /jupyterhub
parent2bd31b84b99700f3a132f53d3c0689e946b5dcc5 (diff)
downloadarchlinuxewe.git.save-9fafb1ca738853cffe5866d37a522bd9004da9c8.tar.xz
jupyterhub 0.7.1 -> 0.7.2
Diffstat (limited to 'jupyterhub')
-rw-r--r--jupyterhub/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD
index 8eecec14..a5e8c7c6 100644
--- a/jupyterhub/PKGBUILD
+++ b/jupyterhub/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=jupyterhub
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python>=3.6' 'python<3.7' 'python-alembic' 'python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
makedepends=('bower' 'npm')
source=("https://github.com/jupyterhub/jupyterhub/archive/${pkgver}.tar.gz")
-sha512sums=('00c86ef939481d79c292cf26042003d00305fc8a7b90de23c7b252809d56d8302fc4277ed7948190357d09f6b3c293915a91117b14f4fc4b395ca1f1c7c0ef44')
+sha512sums=('91d00b99dac8ba4ec424433549cb6a56b7719eb97fc75b86d6a33b56557a5cad60e43032e6ab9f83aa98d4629580f795f5ff41ae34a7598a0eca5055afbb8956')
build() {
cd "${srcdir}/jupyterhub-$pkgver"