maestral-gui: 1.6.5 -> 1.7.0

This commit is contained in:
Stefan Frijters 2023-02-25 11:40:19 +01:00 committed by Peter Hoeg
parent 86231302a5
commit 605ba64680

View file

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
version = "1.6.5";
version = "1.7.0";
disabled = python3.pythonOlder "3.7";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "refs/tags/v${version}";
hash = "sha256-yKsCM8LZ/GR/bc2WW+Ml1vSroB4iaxh09Az/B+aIVBU=";
hash = "sha256-LprmL7QpoppjEIVR0K9Zvhg26JZNti228ID90b30V8c=";
};
format = "pyproject";