maestral-qt: 1.7.1 -> 1.7.2

This commit is contained in:
Stefan Frijters 2023-05-22 16:34:16 +02:00
parent a96075f5ee
commit eb88a2eb0a
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.1";
version = "1.7.2";
disabled = python3.pythonOlder "3.7";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "refs/tags/v${version}";
hash = "sha256-YYlH9s3iNEIacs8izEnIU32j+2lruQ5JJrjvDIzQjRE=";
hash = "sha256-o2KuqKiy+8fbzogR3ATPVkK60JAKYXQ9dogU/g6CS/M=";
};
format = "pyproject";