maestral-gui: 1.6.4 -> 1.6.5

This commit is contained in:
Stefan Frijters 2022-12-28 17:23:09 +01:00
parent d62ef66317
commit dbeea53715
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.6.4";
version = "1.6.5";
disabled = python3.pythonOlder "3.7";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "refs/tags/v${version}";
hash = "sha256-VoqZF2dJkKhaB2xSAtKLGbZJZjcfR1g8/aPcKnRuq8Y=";
hash = "sha256-yKsCM8LZ/GR/bc2WW+Ml1vSroB4iaxh09Az/B+aIVBU=";
};
format = "pyproject";