python3Packages.maestral: 1.4.8 -> 1.5.0

This commit is contained in:
Stefan Frijters 2021-10-03 11:33:52 +02:00
parent a7eb89bdba
commit 8436c0e33a
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "maestral";
version = "1.4.8";
version = "1.5.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral";
rev = "v${version}";
sha256 = "sha256-sxPogzQW+P8yrqaaJHrQu7e0ztgwWUI0kLikcmrhYoQ=";
sha256 = "sha256-OMqCwJTsg4RMK138cKDYz+iQV0HvelGTZfE4m+UkSzE=";
};
propagatedBuildInputs = [