From 60f8c52c3acf6836efa7a30caec14e89e75582ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
Date: Tue, 8 Jan 2019 22:38:25 +0100
Subject: [PATCH] Windows: Use correct nbxmpp version

---
 win/_base.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/win/_base.sh b/win/_base.sh
index eda7316a97..383b066a86 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -100,7 +100,7 @@ function install_deps {
         mingw-w64-"${ARCH}"-"${PYTHON_ID}"-six
 
     PIP_REQUIREMENTS="\
-nbxmpp==0.6.8
+nbxmpp==0.6.9
 git+https://dev.gajim.org/lovetox/pybonjour-python3.git
 git+https://github.com/enthought/pywin32-ctypes.git
 keyring
-- 
GitLab