python3Packages.maestral: 1.8.0 -> 1.9.0

This commit is contained in:
Stefan Frijters 2024-03-22 21:17:25 +01:00
parent 034253ed29
commit f3fa245f23
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F
1 changed files with 2 additions and 11 deletions

View File

@ -23,12 +23,11 @@
, watchdog
, pytestCheckHook
, nixosTests
, pythonRelaxDepsHook
}:
buildPythonPackage rec {
pname = "maestral";
version = "1.8.0";
version = "1.9.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -37,7 +36,7 @@ buildPythonPackage rec {
owner = "SamSchott";
repo = "maestral";
rev = "refs/tags/v${version}";
hash = "sha256-YYbdd0GLVKE7+Oi0mpQjqhFdjdlquk/XnIg5WrtKcfI=";
hash = "sha256-xaopoB4lByFkEQY2CZoqJUCnrtFFrnL7Pgn53sSid60=";
};
propagatedBuildInputs = [
@ -68,14 +67,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pythonRelaxDepsHook
];
pythonRelaxDeps = [
# https://github.com/samschott/maestral/commit/2c50d2ddb49a845ea97bd6b0f68c45d723fb304c
# Allow the use of survey >= 5
# Remove after new maestral release along with pythonRelaxDepsHook
"survey"
];
preCheck = ''