python3Packages.maestral: 1.6.5 -> 1.7.0

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

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "maestral";
version = "1.6.5";
version = "1.7.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "SamSchott";
repo = "maestral";
rev = "refs/tags/v${version}";
hash = "sha256-YCPMPkvMaZ0uzTiiCbXFDpgDS0yGlfF0wKK2HhYmH+Y=";
hash = "sha256-gfATP9sOgowBeP9qRjzC4Ts64iOwM5i0Ym6YvvJ9TCY=";
};
propagatedBuildInputs = [