Unverified Commit 6139e121 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

gajim: 2.4.4 → 2.4.5

parent 5d0e2182
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,14 +43,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "gajim";
  version = "2.4.4";
  version = "2.4.5";

  src = fetchFromGitLab {
    domain = "dev.gajim.org";
    owner = "gajim";
    repo = "gajim";
    tag = version;
    hash = "sha256-buHCwrG3S28AgzBqJN/a0uBDDq2IM8LdE51baGFGLwM=";
    hash = "sha256-5daPMlC2Ejfi5UXsRLaLWwEZHHEC0szbfkqavIisoUQ=";
  };

  pyproject = true;