Update Gajim to 2.0.2 (#389105)

authored by

7c6f434c and committed by
GitHub
7800b60b c7520d0a

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/gajim/default.nix
··· 40 40 41 41 python3.pkgs.buildPythonApplication rec { 42 42 pname = "gajim"; 43 - version = "2.0.1"; 43 + version = "2.0.2"; 44 44 45 45 src = fetchurl { 46 46 url = "https://gajim.org/downloads/${lib.versions.majorMinor version}/gajim-${version}.tar.gz"; 47 - hash = "sha256-qhN7bXj6m9GcE3+H0vf97dsTamfRCLisuC0c2t/yd94="; 47 + hash = "sha256-Qml1ggqjsTXGnGHntApwoa0ySlxUIi2S0IOY+lfxHeU="; 48 48 }; 49 49 50 50 format = "pyproject";