maestral-qt: 1.9.2 -> 1.9.3

This commit is contained in:
Stefan Frijters 2024-04-21 21:04:23 +02:00
parent 4e148d6603
commit b5fa4f0c85
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
version = "1.9.2";
version = "1.9.3";
disabled = python3.pythonOlder "3.7";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "refs/tags/v${version}";
hash = "sha256-dgiVSwCTNDncbPJ+f0grjtq822TvtG0PhC9gDOKhwRI=";
hash = "sha256-7Lt0Neobtofd1JDoz8BhGn+nFKaMLbM/6z0QQmtEKpA=";
};
format = "pyproject";