maestral-qt: 1.9.0 -> 1.9.1

This commit is contained in:
Stefan Frijters 2024-03-22 22:03:16 +01:00
parent 660b0a6831
commit 790526d284
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt"; pname = "maestral-qt";
version = "1.9.0"; version = "1.9.1";
disabled = python3.pythonOlder "3.7"; disabled = python3.pythonOlder "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SamSchott"; owner = "SamSchott";
repo = "maestral-qt"; repo = "maestral-qt";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-QKhntTBX3u/fkJRWSHoyZgjFrLFDkLv6CLB5W5nHzj0="; hash = "sha256-l6LdvJRL8zUdR4xHETCe+a6IPrLl5MXMBBLe83Ivyz8=";
}; };
format = "pyproject"; format = "pyproject";