python3Packages.maestral: 1.4.3 -> 1.4.4

This commit is contained in:
Jonathan Ringer
2021-06-22 13:42:48 +02:00
committed by Martin Weinelt
parent 51f1a87fbe
commit e4ab259caa
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "maestral";
version = "1.4.3";
version = "1.4.4";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral";
rev = "v${version}";
sha256 = "sha256-3GleQNkJrGIkFqOL2Dq0jTpgw7ts9ecpovKbyh3OrEI=";
sha256 = "03scg4y13jbi8n454hc4vq8p02isbhppqx0zhbady639p7l3ggfg";
};
propagatedBuildInputs = [