maestral-qt: 1.7.3 -> 1.8.0

This commit is contained in:
Stefan Frijters 2023-07-25 00:14:20 +02:00
parent 4b0138d70d
commit c5cb925120
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.3";
version = "1.8.0";
disabled = python3.pythonOlder "3.7";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "refs/tags/v${version}";
hash = "sha256-IzE+rCudMskJuPIWsz+u2D5KC8mc1JhNDVSHXixUEZA=";
hash = "sha256-Ys7XrvV4qzq4Q9llua2WgU013Ui0+x+uMwLNIv6xxCw=";
};
format = "pyproject";