python3Packages.maestral: 1.5.2 -> 1.5.3

This commit is contained in:
Stefan Frijters 2022-02-02 21:26:58 +01:00 committed by Peter Hoeg
parent bbbb03bcf4
commit 1e6f7736a2

View File

@ -10,16 +10,18 @@
buildPythonPackage rec {
pname = "maestral";
version = "1.5.2";
version = "1.5.3";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral";
rev = "v${version}";
sha256 = "sha256-nFXgvFLw6ru/Sw3+LoZ7V09dyn0L21We/Dlwib2gZB8=";
sha256 = "sha256-Uo3vcYez2qSq162SSKjoCkwygwR5awzDceIq8/h3dao=";
};
format = "pyproject";
propagatedBuildInputs = [
click
desktop-notifier