Depend on nbxmpp 0.6.5
This commit is contained in:
parent
ced22139ec
commit
9aea8eea38
|
@ -29,7 +29,7 @@ from distutils.version import LooseVersion as V
|
|||
# Install _() in namespace
|
||||
from gajim.common import i18n
|
||||
|
||||
_MIN_NBXMPP_VER = "0.6.4"
|
||||
_MIN_NBXMPP_VER = "0.6.5"
|
||||
_MIN_GTK_VER = "3.22.0"
|
||||
|
||||
|
||||
|
|
|
@ -343,7 +343,7 @@
|
|||
{
|
||||
"type": "git",
|
||||
"url": "https://dev.gajim.org/gajim/python-nbxmpp.git",
|
||||
"branch": "nbxmpp-0.6.4"
|
||||
"branch": "nbxmpp-0.6.5"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue