Unverified Commit a4f3cf9c authored by Derry Tutt's avatar Derry Tutt Committed by GitHub
Browse files

Update nbxmpp to 6.0.0

parent 2ffed2bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "nbxmpp";
  version = "5.0.4";
  version = "6.0.0";
  format = "pyproject";

  disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "gajim";
    repo = "python-nbxmpp";
    rev = "refs/tags/${version}";
    hash = "sha256-5UFhR5WYxHJSRk2G5ik1IuNW1ra/IHoU/LNqiA95R94=";
    hash = "sha256-qy1+N5h2T4mkxuX3aaywuq8WDLuNFH5fDyJf9z57BOg=";
  };

  nativeBuildInputs = [