python3Packages.maestral: 1.4.4 -> 1.4.5

This commit is contained in:
Stefan Frijters 2021-06-29 20:21:36 +02:00
parent bc088d1ccc
commit e97c897358
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "maestral";
version = "1.4.4";
version = "1.4.5";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral";
rev = "v${version}";
sha256 = "03scg4y13jbi8n454hc4vq8p02isbhppqx0zhbady639p7l3ggfg";
sha256 = "sha256-kyOBF+qsl/+9u0P+EmfxbuJNGMqPSLCWJUlcZMyKJH4=";
};
propagatedBuildInputs = [