maestral-qt: 1.3.0 -> 1.3.1

This commit is contained in:
Stefan Frijters 2020-12-08 16:57:18 +01:00
parent 44cdbfba3d
commit a86498a355
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
version = "1.3.0";
version = "1.3.1";
disabled = python3.pkgs.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "v${version}";
sha256 = "sha256-WkjSIsr048b9iskjx6H36Jmvb+QtUmpW7JsYeVeXnhE=";
sha256 = "sha256-2S2sa2/HVt3IRsE98PT2XwpONjaYENBzYW+ezBFrJYI=";
};
propagatedBuildInputs = with python3.pkgs; [