maestral-qt: 1.9.3 -> 1.9.4

This commit is contained in:
Stefan Frijters 2024-07-09 23:17:07 +02:00
parent 62f8fd327d
commit d7535991e2
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
version = "1.9.3";
version = "1.9.4";
pyproject = true;
disabled = python3.pythonOlder "3.7";
@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "SamSchott";
repo = "maestral-qt";
rev = "refs/tags/v${version}";
hash = "sha256-7Lt0Neobtofd1JDoz8BhGn+nFKaMLbM/6z0QQmtEKpA=";
hash = "sha256-VkJOKKYnoXux3WjD1JwINGWwv1SMIXfidyV2ITE7dJc=";
};
build-system = with python3.pkgs; [