maestral-qt: 1.8.0 -> 1.9.0

This commit is contained in:
Stefan Frijters 2024-03-22 21:19:06 +01:00
parent f3fa245f23
commit e9ea01eb6d
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F
1 changed files with 2 additions and 2 deletions

View File

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