Commit 0d39e18c authored by Stefan Frijters's avatar Stefan Frijters Committed by Peter Hoeg
Browse files

maestral-gui: 1.5.2 -> 1.5.3

parent 1e6f7736
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -6,16 +6,18 @@

python3.pkgs.buildPythonApplication rec {
  pname = "maestral-qt";
  version = "1.5.2";
  version = "1.5.3";
  disabled = python3.pkgs.pythonOlder "3.6";

  src = fetchFromGitHub {
    owner = "SamSchott";
    repo = "maestral-qt";
    rev = "v${version}";
    sha256 = "sha256-/wleUwTPkm5l8GgtBM2J0jsdc1A54WRYJPmHqSsdz4c=";
    sha256 = "sha256-zaG9Zwz9S/SVb7xDa7eXkjLNt1BhA1cQ3I18rVt+8uQ=";
  };

  format = "pyproject";

  propagatedBuildInputs = with python3.pkgs; [
    click
    markdown2