pythonPackages.nbxmpp: 7.0.0 → 7.1.0

This commit is contained in:
Vincent Laporte
2026-03-04 22:10:15 +01:00
parent 183feaed4f
commit 47f06ad4aa
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "nbxmpp";
version = "7.0.0";
version = "7.1.0";
pyproject = true;
src = fetchFromGitLab {
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "gajim";
repo = "python-nbxmpp";
tag = version;
hash = "sha256-NzSXvuPf7PZbMPgD3nhPgTH4Vd8DVx49fjf7cPcvywc=";
hash = "sha256-eQYGOLV9P7zrqXB8dW8/CatBUT3xpl5h1TChKbY369g=";
};
nativeBuildInputs = [