Unverified Commit 47f06ad4 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

pythonPackages.nbxmpp: 7.0.0 → 7.1.0

parent 183feaed
Loading
Loading
Loading
Loading
+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 = [