Unverified Commit 9f048ce9 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

moz-phab: 1.8.1 -> 1.9.0 (#406057)

parents cffc7050 fa75e35e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "mozphab";
  version = "1.8.1";
  version = "1.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mozilla-conduit";
    repo = "review";
    tag = version;
    hash = "sha256-ZiM+4EZjM7WXQfWkHVRTJ/hOHJvf9dRlqzqDHi++xQc=";
    hash = "sha256-CVpsq9YoEww47uruHYEsJk9YQ39ZFQsMdL0nBc8AHUM=";
  };

  build-system = with python3.pkgs; [