maestral-gui: 1.4.2 -> 1.4.3

This commit is contained in:
Stefan Frijters 2021-03-15 20:52:01 +01:00 committed by Peter Hoeg
parent 9f4c70669b
commit cb60007f06

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
version = "1.4.2";
version = "1.4.3";
disabled = python3.pkgs.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "v${version}";
sha256 = "sha256-cPH0wD7RL3OifDTD48x58I4qeaLALOMFnfWXjE2/lUQ=";
sha256 = "sha256-+eBwBZx+kp2ACbFjtYK6ux9lcPmEQsunvxAAZ2HgAYw=";
};
propagatedBuildInputs = with python3.pkgs; [