maestral-qt: 1.7.2 -> 1.7.3

This commit is contained in:
Stefan Frijters 2023-06-13 19:02:21 +02:00
parent 2ec0003a69
commit 966b8d6b7b
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.7.2";
version = "1.7.3";
disabled = python3.pythonOlder "3.7";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "refs/tags/v${version}";
hash = "sha256-o2KuqKiy+8fbzogR3ATPVkK60JAKYXQ9dogU/g6CS/M=";
hash = "sha256-IzE+rCudMskJuPIWsz+u2D5KC8mc1JhNDVSHXixUEZA=";
};
format = "pyproject";