Skip to content

Commit d60eb45

Browse files
authored
Update gajim to 2.0.0
1 parent a4f3cf9 commit d60eb45

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 = "1.9.5";
43+
version = "2.0.0";
4444

4545
src = fetchurl {
4646
url = "https://gajim.org/downloads/${lib.versions.majorMinor version}/gajim-${version}.tar.gz";
47-
hash = "sha256-f99NsOsWp+vGecI2DxRfZOCrz/DxaRPEX5LI642HVjw=";
47+
hash = "sha256-q/KAWmZsHvfhEi4MkAawh+veJ4bUWEcEcFEKQUBnMmA=";
4848
};
4949

5050
format = "pyproject";

0 commit comments

Comments
 (0)