maestral-gui: 1.4.6 -> 1.4.8

This commit is contained in:
Stefan Frijters 2021-08-22 13:11:08 +02:00
parent 0bff301efb
commit 5315bb1639
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
version = "1.4.6";
version = "1.4.8";
disabled = python3.pkgs.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "v${version}";
sha256 = "sha256-Y4n67LJyNUsLmGMu7B73n888qmCQ9HjxCSM1MlfTbqQ=";
sha256 = "sha256-lP6ASWizIQC3TkkIOHS6cBbgLNoGrSx/sThtl9bMjys=";
};
propagatedBuildInputs = with python3.pkgs; [