gajim: 2.4.3 → 2.4.4 (#496707)

This commit is contained in:
7c6f434c
2026-03-05 12:00:31 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -43,14 +43,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "gajim";
version = "2.4.3";
version = "2.4.4";
src = fetchFromGitLab {
domain = "dev.gajim.org";
owner = "gajim";
repo = "gajim";
tag = version;
hash = "sha256-3Z6ADcq+E83xD3GMd19zm0n7+w1SuCYP4KcNL9M/DM4=";
hash = "sha256-buHCwrG3S28AgzBqJN/a0uBDDq2IM8LdE51baGFGLwM=";
};
pyproject = true;
@@ -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 = [