Skip to content

Commit 7800b60

Browse files
authored
Update Gajim to 2.0.2 (#389105)
2 parents c7520d0 + e4d4910 commit 7800b60

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/instant-messengers/gajim

1 file changed

+2
-2
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.0.1";
43+
version = "2.0.2";
4444

4545
src = fetchurl {
4646
url = "https://gajim.org/downloads/${lib.versions.majorMinor version}/gajim-${version}.tar.gz";
47-
hash = "sha256-qhN7bXj6m9GcE3+H0vf97dsTamfRCLisuC0c2t/yd94=";
47+
hash = "sha256-Qml1ggqjsTXGnGHntApwoa0ySlxUIi2S0IOY+lfxHeU=";
4848
};
4949

5050
format = "pyproject";

0 commit comments

Comments
 (0)