python3Packages.maestral: 1.5.0 -> 1.5.1

conduit-nginx
Stefan Frijters 2021-10-21 20:08:26 +02:00
parent 755a08f805
commit d08a89f0ef
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F
1 changed files with 2 additions and 2 deletions

View File

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