Skip to content

Commit 913ee99

Browse files
authored
gajim: 2.4.3 → 2.4.4 (#496707)
2 parents 3a3381e + 6ab0d53 commit 913ee99

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/applications/networking/instant-messengers/gajim/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343

4444
python3.pkgs.buildPythonApplication rec {
4545
pname = "gajim";
46-
version = "2.4.3";
46+
version = "2.4.4";
4747

4848
src = fetchFromGitLab {
4949
domain = "dev.gajim.org";
5050
owner = "gajim";
5151
repo = "gajim";
5252
tag = version;
53-
hash = "sha256-3Z6ADcq+E83xD3GMd19zm0n7+w1SuCYP4KcNL9M/DM4=";
53+
hash = "sha256-buHCwrG3S28AgzBqJN/a0uBDDq2IM8LdE51baGFGLwM=";
5454
};
5555

5656
pyproject = true;

pkgs/development/python-modules/nbxmpp/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
buildPythonPackage rec {
1818
pname = "nbxmpp";
19-
version = "7.0.0";
19+
version = "7.1.0";
2020
pyproject = true;
2121

2222
src = fetchFromGitLab {
2323
domain = "dev.gajim.org";
2424
owner = "gajim";
2525
repo = "python-nbxmpp";
2626
tag = version;
27-
hash = "sha256-NzSXvuPf7PZbMPgD3nhPgTH4Vd8DVx49fjf7cPcvywc=";
27+
hash = "sha256-eQYGOLV9P7zrqXB8dW8/CatBUT3xpl5h1TChKbY369g=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)