Unverified Commit 913ee998 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

gajim: 2.4.3 → 2.4.4 (#496707)

parents 3a3381ea 6ab0d534
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.3";
  version = "2.4.4";

  src = fetchFromGitLab {
    domain = "dev.gajim.org";
    owner = "gajim";
    repo = "gajim";
    tag = version;
    hash = "sha256-3Z6ADcq+E83xD3GMd19zm0n7+w1SuCYP4KcNL9M/DM4=";
    hash = "sha256-buHCwrG3S28AgzBqJN/a0uBDDq2IM8LdE51baGFGLwM=";
  };

  pyproject = true;
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "nbxmpp";
  version = "7.0.0";
  version = "7.1.0";
  pyproject = true;

  src = fetchFromGitLab {
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "gajim";
    repo = "python-nbxmpp";
    tag = version;
    hash = "sha256-NzSXvuPf7PZbMPgD3nhPgTH4Vd8DVx49fjf7cPcvywc=";
    hash = "sha256-eQYGOLV9P7zrqXB8dW8/CatBUT3xpl5h1TChKbY369g=";
  };

  nativeBuildInputs = [