python3Packages.maestral: 1.6.3 -> 1.6.4

This commit is contained in:
Stefan Frijters 2022-12-16 21:58:09 +01:00
parent 0ad5b19765
commit 3a58dfb33e
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -15,9 +15,10 @@
, pathspec
, Pyro5
, requests
, rich
, setuptools
, sdnotify
, survey
, typing-extensions
, watchdog
, importlib-metadata
, pytestCheckHook
@ -26,7 +27,7 @@
buildPythonPackage rec {
pname = "maestral";
version = "1.6.3";
version = "1.6.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -35,7 +36,7 @@ buildPythonPackage rec {
owner = "SamSchott";
repo = "maestral";
rev = "refs/tags/v${version}";
hash = "sha256-JVzaWwdHAn5JOruLEN9Z2/5eV1oh3J2NQffNI3RqYfA=";
hash = "sha256-YKSZ87ue1jWItCa1aCnBw8+/2jlgTNc6Duc52ojUu1I=";
};
propagatedBuildInputs = [
@ -50,9 +51,10 @@ buildPythonPackage rec {
pathspec
Pyro5
requests
rich
setuptools
sdnotify
survey
typing-extensions
watchdog
] ++ lib.optionals (pythonOlder "3.8") [
importlib-metadata