Skip to content

Commit 2762875

Browse files
authored
gajim: 2.1.1 → 2.2.0; pythonPackages.nbxmpp: 6.1.1 → 6.2.0 (#407554)
2 parents f85f134 + 457db01 commit 2762875

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040

4141
python3.pkgs.buildPythonApplication rec {
4242
pname = "gajim";
43-
version = "2.1.1";
43+
version = "2.2.0";
4444

4545
src = fetchurl {
4646
url = "https://gajim.org/downloads/${lib.versions.majorMinor version}/gajim-${version}.tar.gz";
47-
hash = "sha256-1pPrc7lzxaLK1QbxslGYGS8xOxuT231RvZrdvWeGFOk=";
47+
hash = "sha256-TOZuMiE5RjaJYvNWxl2FyCp6uIO+LLWiRb7N9jc1yRk=";
4848
};
4949

5050
format = "pyproject";

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

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

1717
buildPythonPackage rec {
1818
pname = "nbxmpp";
19-
version = "6.1.1";
19+
version = "6.2.0";
2020
format = "pyproject";
2121

2222
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "gajim";
2727
repo = "python-nbxmpp";
2828
rev = "refs/tags/${version}";
29-
hash = "sha256-zuPaQCBXJl515MFSfJ2Y9cQtVccDGGSQzpZn3DTSa3Q=";
29+
hash = "sha256-BaRLYuyn0acikX0Imsul2yY+w4jdtXTlE84hAovuZ/4=";
3030
};
3131

3232
nativeBuildInputs = [

0 commit comments

Comments
 (0)