pythonPackages.nbxmpp: 4.3.2 → 4.4.0

This commit is contained in:
toastal
2023-11-02 14:07:51 +07:00
parent b67d497260
commit 73bc2422f0
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "nbxmpp";
version = "4.3.2";
version = "4.4.0";
format = "pyproject";
disabled = pythonOlder "3.10";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "gajim";
repo = "python-nbxmpp";
rev = "refs/tags/${version}";
hash = "sha256-vSLWaGYST1nut+0KAzURRKsr6XRtmYYTrkJiQEK3wa4=";
hash = "sha256-AuGLP/7Mggk7rF9KRvqbVtAkQFq0NXaHDUGV6HMLU7Y=";
};
nativeBuildInputs = [